You are here

function views_showcase_views_api in Views Showcase 6

Same name and namespace in other branches
  1. 6.2 views_showcase.module \views_showcase_views_api()
  2. 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,
  );
}