semanticviews.module in Semantic Views 7
Same filename and directory in other branches
Semantic Views module file.
Not so much here, only declare which Views API.
File
semanticviews.moduleView source
<?php
/**
* @file
* Semantic Views module file.
*
* Not so much here, only declare which Views API.
*/
/**
* Implements hook_views_api().
*/
function semanticviews_views_api() {
return array(
'api' => 3.0,
);
}
Functions
Name | Description |
---|---|
semanticviews_views_api | Implements hook_views_api(). |