You are here

function domain_theme in Domain Access 8

Same name and namespace in other branches
  1. 6.2 domain.module \domain_theme()
  2. 7.3 domain.module \domain_theme()
  3. 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',
    ],
  ];
}