flot_views.module in Flot 7
File
flot_views/flot_views.moduleView 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
Name | Description |
---|---|
flot_views_views_api | Implements of hook_views_api(). |