function views_showcase_views_api in Views Showcase 7
Same name and namespace in other branches
- 6.2 views_showcase.module \views_showcase_views_api()
- 6 views_showcase.module \views_showcase_views_api()
Implementation of hook_views_api().
File
- ./
views_showcase.module, line 11 - The implementation of Views Showcase module.
Code
function views_showcase_views_api() {
return array(
'api' => '3.0',
);
}