You are here

function bootstrap_tour_views_api in Bootstrap Tour 7.2

Implements hook_views_api().

File

./bootstrap_tour.module, line 113
bootstrap_tour.module

Code

function bootstrap_tour_views_api() {
  return array(
    'api' => 3,
  );
}