You are here

function easychart_wysiwyg_views_api in Easychart 7.3

Implements hook_views_api().

File

modules/easychart_wysiwyg/easychart_wysiwyg.module, line 96
Easychart WYSIWYG integration.

Code

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