function flot_views_handlers in Flot 6
Implementation of hook_views_handlers().
File
- views/
flot.views.inc, line 19
Code
function flot_views_handlers() {
return array(
'info' => array(
'path' => drupal_get_path('module', 'flot') . '/views',
),
'handlers' => array(
'flot_handler_field_datapoint' => array(
'parent' => 'views_handler_field',
),
),
);
}