You are here

function chart_views_views_api in Google Chart Tools: Image Charts 7

Same name and namespace in other branches
  1. 6 chart_views/chart_views.module \chart_views_views_api()

Implements hook_views_api().

File

chart_views/chart_views.module, line 13
Provides primary Drupal hook implementations.

Code

function chart_views_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'chart_views') . '/views',
  );
}