You are here

function bootstrap_gallery_views_api in Bootstrap - Photo Gallery 7.3

Implements hook_views_api().

File

./bootstrap_gallery.module, line 14

Code

function bootstrap_gallery_views_api() {
  return array(
    'api' => 3.0,
  );
}