function charts_views_api in Charts 6
Same name and namespace in other branches
- 7.2 charts.module \charts_views_api()
- 7 charts.hooks.inc \charts_views_api()
Implementation of hook_views_api().
File
- ./
charts.module, line 75 - @author Bruno Massa http://drupal.org/user/67164
Code
function charts_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'charts') . '/views',
);
}