You are here

webform_bootstrap.install in Webform 6.x

Same filename and directory in other branches
  1. 8.5 modules/webform_bootstrap/webform_bootstrap.install

Installation information for the 'Webform Bootstrap module.

File

modules/webform_bootstrap/webform_bootstrap.install
View source
<?php

/**
 * @file
 * Installation information for the 'Webform Bootstrap module.
 */

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

  // Load webform_bootstrap module after the webform.module.
  module_set_weight('webform_bootstrap', 1);
}

Functions

Namesort descending Description
webform_bootstrap_install Implements hook_install().