contribute.install in Contribute 8
Same filename and directory in other branches
Install, update and uninstall functions for the Contribute module.
File
contribute.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the Contribute module.
*/
/**
* Implements hook_uninstall().
*/
function contribute_install() {
// Load contribute module after the system module and any module that
// may want to alter the status report.
module_set_weight('contribute', 1);
}
Functions
Name | Description |
---|---|
contribute_install | Implements hook_uninstall(). |