webform_bootstrap.install in Webform 6.x
Same filename and directory in other branches
Installation information for the 'Webform Bootstrap module.
File
modules/webform_bootstrap/webform_bootstrap.installView 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
Name![]() |
Description |
---|---|
webform_bootstrap_install | Implements hook_install(). |