You are here

function bootstrap_tour_install in Bootstrap Tour 7.2

Implements hook_install().

File

./bootstrap_tour.install, line 6

Code

function bootstrap_tour_install() {
  module_load_include('inc', 'inline_entity_form', 'includes/entity.inline_entity_form');
  module_load_include('inc', 'bootstrap_tour', 'includes/bootstrap_tour.controller');
  bootstrap_tour_setup_step_field();
}