You are here

function chart_views_views_api in Google Chart Tools: Image Charts 6

Same name and namespace in other branches
  1. 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',
  );
}