function toc_js_theme in Toc.js 2.0.x
Same name and namespace in other branches
- 8 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,
],
],
];
}