You are here

flot_views.module in Flot 7

File

flot_views/flot_views.module
View source
<?php

/**
 * @file
 *
 */

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

Functions

Namesort descending Description
flot_views_views_api Implements of hook_views_api().