Saved reports (templates) are now just called "reports".

This commit is contained in:
Naomi
2018-09-17 08:48:20 +01:00
parent c81ebc4d94
commit d5fe23418e
13 changed files with 274 additions and 129 deletions

View File

@ -23,18 +23,6 @@ function opencase_reporting_help($route_name, RouteMatchInterface $route_match)
}
}
/**
* Implements hook_theme().
*/
function opencase_reporting_theme() {
return array(
'opencase_reporting_presets' => array(
'variables' => array('presets' => array()),
'template' => 'block--opencase-reporting-presets',
),
);
}
/**
* Implements hook_page_attachments
*