You are here

chart_views.module in Google Chart Tools: Image Charts 6

Same filename and directory in other branches
  1. 7 chart_views/chart_views.module

File

chart_views/chart_views.module
View source
<?php

//$Id;

/**
 * Implementation of hook_views_api().
 */
function chart_views_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'chart_views') . '/includes/views',
  );
}

Functions

Namesort descending Description
chart_views_views_api Implementation of hook_views_api().