function semanticviews_views_api in Semantic Views 6
Same name and namespace in other branches
- 7 semanticviews.module \semanticviews_views_api()
Implementation of hook_views_api().
File
- ./
semanticviews.module, line 10 - semanticviews.module TODO: Enter file description here.
Code
function semanticviews_views_api() {
return array(
'api' => 2.0,
);
}