function webform_bootstrap_install in Webform 8.5
Same name and namespace in other branches
- 6.x 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);
}