function flot_views_api in Flot 6
Implementation of hook_views_api().
File
- ./
flot.module, line 6
Code
function flot_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'flot') . '/views',
);
}
Implementation of hook_views_api().
function flot_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'flot') . '/views',
);
}