You are here

function flot_views_views_api in Flot 7

Implements of hook_views_api().

File

flot_views/flot_views.module, line 9

Code

function flot_views_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'flot_views') . '/views',
  );
}