Started on Reporting Presets block.

This commit is contained in:
Naomi
2018-09-12 15:50:08 +01:00
parent cc108076bb
commit e5db0007c9
3 changed files with 47 additions and 0 deletions

View File

@ -23,6 +23,18 @@ 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
*