You are here

google_chart_tools_views.module in Google Chart Tools 7

File

google_chart_tools_views/google_chart_tools_views.module
View source
<?php

/**
 * Implements hook_views_api().
 */
function google_chart_tools_views_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'google_chart_tools_views') . '/views',
  );
}

Functions