You are here

function views_bootstrap_views_api in Views Bootstrap 7

Same name and namespace in other branches
  1. 7.3 views_bootstrap.module \views_bootstrap_views_api()
  2. 7.2 views_bootstrap.module \views_bootstrap_views_api()

Implements hook_views_api().

File

./views_bootstrap.module, line 10
Bootstrap integration.

Code

function views_bootstrap_views_api() {
  return array(
    "api" => "3.0",
  );
}