chart_views.module in Google Chart Tools: Image Charts 6
Same filename and directory in other branches
File
chart_views/chart_views.moduleView source
<?php
//$Id;
/**
* Implementation of hook_views_api().
*/
function chart_views_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'chart_views') . '/includes/views',
);
}
Functions
Name | Description |
---|---|
chart_views_views_api | Implementation of hook_views_api(). |