You are here

function toc_js_theme in Toc.js 8

Same name and namespace in other branches
  1. 2.0.x toc_js.module \toc_js_theme()

Implements hook_theme().

File

./toc_js.module, line 36
Contains toc_js.module.

Code

function toc_js_theme() {
  return [
    'toc_js' => [
      'variables' => [
        'title' => NULL,
        'tag' => NULL,
        'title_attributes' => NULL,
        'attributes' => NULL,
        'entity' => NULL,
      ],
    ],
  ];
}