You are here

function webform_bootstrap_install in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_bootstrap/webform_bootstrap.install \webform_bootstrap_install()

Implements hook_install().

File

modules/webform_bootstrap/webform_bootstrap.install, line 11
Installation information for the 'Webform Bootstrap module.

Code

function webform_bootstrap_install() {

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