function tooltip_taxonomy_theme in Tooltip Taxonomy 8
Implements hook_theme().
File
- ./
tooltip_taxonomy.module, line 14 - Tooltip Taxonomy module help and theme functions.
Code
function tooltip_taxonomy_theme($existing, $type, $theme, $path) {
return [
'tooltip_taxonomy' => [
'variables' => [
'tooltip_id' => NULL,
'term_name' => NULL,
'description' => NULL,
],
],
];
}