function cms_events_views_api in Glazed CMS Events 7
Implements hook_views_api().
File
- ./
cms_events.features.inc, line 19 - cms_events.features.inc
Code
function cms_events_views_api($module = NULL, $api = NULL) {
return array(
"api" => "3.0",
);
}