You are here

function easychart_views_api in Easychart 7

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

Implements hook_views_api().

File

./easychart.module, line 444
Easy Chart module file.

Code

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