function trim_install in Trim 8
Same name and namespace in other branches
- 7 trim.install \trim_install()
Implements hook_install().
File
- ./
trim.install, line 11 - Install, update & uninstall for Trim module.
Code
function trim_install() {
// Set a large weight in order to go last (and so validate first).
module_set_weight('trim', 1001);
}