function flot_example_views_api in Flot 7
Implements hook_views_api().
File
- flot_example/
flot_example.module, line 193
Code
function flot_example_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'flot_example') . '/views',
);
}