function flot_views_time_theme in Flot 8
Implements hook_theme().
File
- flot_views_time/
flot_views_time.module, line 14 - A collection of module hooks for the flot_views_time module.
Code
function flot_views_time_theme(array $existing, $type, $theme, $path) {
return [
'flot_views_time' => [
'render element' => 'flot',
],
// On behalf of a plugin
'views_ui_style_plugin_flot_views_table' => array(
'render element' => 'form',
'file' => 'flot_views_time.theme.inc',
),
];
}