function tab_toolbar_theme in Tabs in toolbar 8
Implements hook_theme().
File
- ./
tab_toolbar.module, line 13 - Contains tab_toolbar.module.
Code
function tab_toolbar_theme($existing, $type, $theme, $path) {
$items['tab_toolbar'] = [
'variables' => [
'primary' => [],
'secondary' => [],
],
];
return $items;
}