function entity_hierarchy_microsite_theme in Entity Reference Hierarchy 8.2
Same name and namespace in other branches
- 3.x modules/entity_hierarchy_microsite/entity_hierarchy_microsite.module \entity_hierarchy_microsite_theme()
Implements hook_theme().
File
- modules/
entity_hierarchy_microsite/ entity_hierarchy_microsite.module, line 46 - Contains main module functionality.
Code
function entity_hierarchy_microsite_theme($existing, $type, $theme, $path) {
return [
'entity_hierarchy_microsite_branding' => [
'variables' => [
'site_name' => '',
'site_logo' => '',
'site_home' => '',
'microsite' => NULL,
],
],
];
}