function formdazzle_install in Formdazzle! 2.x
Implements hook_install().
File
- ./
formdazzle.install, line 11 - Install, update and uninstall functions for the formdazzle module.
Code
function formdazzle_install() {
// Ensure formdazzle_module_implements_alter comes after other module's
// hook_module_implements_alter().
module_set_weight('formdazzle', 10);
}