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