You are here

function cookies_theme in COOKiES Consent Management 1.0.x

Implements hook_theme().

File

./cookies.module, line 37
Contains cookies.module.

Code

function cookies_theme() {
  return [
    'cookies_container' => [
      'variables' => [
        'id' => NULL,
        'styles' => NULL,
      ],
    ],
    'cookies_docs_group' => [
      'variables' => [
        'attributes' => [],
        'label' => NULL,
        'items' => [],
      ],
    ],
    'cookies_docs_service' => [
      'variables' => [
        'attributes' => [],
        'label' => NULL,
        'external_link_url' => [],
        'external_link_text' => [],
        'content' => [],
        'edit_link_url' => [],
        'edit_link_text' => [],
      ],
    ],
  ];
}