function length_indicator_theme in Length Indicator 8
Implements hook_theme().
File
- ./
length_indicator.module, line 31 - Length Indicator module hooks.
Code
function length_indicator_theme($existing, $type, $theme, $path) {
return [
'length_indicator' => [
'variables' => [
'indicators' => [],
],
],
];
}