formdazzle.install in Formdazzle! 2.x
Install, update and uninstall functions for the formdazzle module.
File
formdazzle.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the formdazzle module.
*/
/**
* Implements hook_install().
*/
function formdazzle_install() {
// Ensure formdazzle_module_implements_alter comes after other module's
// hook_module_implements_alter().
module_set_weight('formdazzle', 10);
}
Functions
Name | Description |
---|---|
formdazzle_install | Implements hook_install(). |