function chart_views_views_api in Google Chart Tools: Image Charts 6
Same name and namespace in other branches
- 7 chart_views/chart_views.module \chart_views_views_api()
Implementation of hook_views_api().
File
- chart_views/
chart_views.module, line 6
Code
function chart_views_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'chart_views') . '/includes/views',
);
}