You are here

tour_builder.install in Tour Builder 8

Install, update and uninstall functions for the Tour Builder module.

File

tour_builder.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the Tour Builder module.
 */

/**
 * Implements hook_install().
 */
function tour_builder_install() {

  // Set higher then tour_ui or tour module.
  module_set_weight('tour_builder', 1);
}

Functions

Namesort descending Description
tour_builder_install Implements hook_install().