You are here

function charts_views_api in Charts 7

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

Implementation of hook_views_api().

File

./charts.hooks.inc, line 59
@author Bruno Massa http://drupal.org/user/67164

Code

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