views_bootstrap.module in Views Bootstrap 7
Same filename and directory in other branches
Bootstrap integration.
File
views_bootstrap.moduleView source
<?php
/**
* @file
* Bootstrap integration.
*/
/**
* Implements hook_views_api().
*/
function views_bootstrap_views_api() {
return array(
"api" => "3.0",
);
}
Functions
Name | Description |
---|---|
views_bootstrap_views_api | Implements hook_views_api(). |