better_formats.install in Better Formats 8
Same filename and directory in other branches
Install, update and uninstall functions for the better_formats module.
File
better_formats.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the better_formats module.
*/
/**
* Implements of hook_install().
*/
function better_formats_install() {
// Increase module weight to prevent compatibility issues.
module_set_weight('better_formats', 100);
}
Functions
Name | Description |
---|---|
better_formats_install | Implements of hook_install(). |