You are here

function easychart_views_api in Easychart 7.2

Same name and namespace in other branches
  1. 7 easychart.module \easychart_views_api()

Implements hook_views_api().

File

./easychart.module, line 647
Easychart module file.

Code

function easychart_views_api() {
  return array(
    'api' => 3.0,
  );
}