function domain_theme in Domain Access 8
Same name and namespace in other branches
- 6.2 domain.module \domain_theme()
- 7.3 domain.module \domain_theme()
- 7.2 domain.module \domain_theme()
Implements hook_theme().
File
- domain/
domain.module, line 144 - Defines a Domain concept for use with Drupal.
Code
function domain_theme() {
return [
'domain_nav_block' => [
'render element' => 'items',
],
];
}