trim.install in Trim 8
Same filename and directory in other branches
Install, update & uninstall for Trim module.
File
trim.installView source
<?php
/**
* @file
* Install, update & uninstall for Trim module.
*/
/**
* Implements hook_install().
*/
function trim_install() {
// Set a large weight in order to go last (and so validate first).
module_set_weight('trim', 1001);
}
Functions
Name![]() |
Description |
---|---|
trim_install | Implements hook_install(). |