function duration_field_theme in Duration Field 8.2
Same name and namespace in other branches
- 3.0.x duration_field.module \duration_field_theme()
Implements hook_theme().
File
- ./
duration_field.module, line 30 - Holds hooks for the Duration Field module.
Code
function duration_field_theme($existing, $type, $theme, $path) {
return [
'duration_field_duration_time' => [
'variables' => [
'item' => NULL,
],
],
];
}