You are here

function charts_views_api in Charts 7.2

Same name and namespace in other branches
  1. 6 charts.module \charts_views_api()
  2. 7 charts.hooks.inc \charts_views_api()

Implements hook_views_api().

File

./charts.module, line 188
Provides elements for rendering charts and Views integration.

Code

function charts_views_api() {
  return array(
    'api' => 3.0,
    'path' => drupal_get_path('module', 'charts') . '/views',
  );
}