function better_formats_install in Better Formats 8
Same name and namespace in other branches
- 6.2 better_formats.install \better_formats_install()
- 6 better_formats.install \better_formats_install()
- 7 better_formats.install \better_formats_install()
Implements of hook_install().
File
- ./
better_formats.install, line 11 - Install, update and uninstall functions for the better_formats module.
Code
function better_formats_install() {
// Increase module weight to prevent compatibility issues.
module_set_weight('better_formats', 100);
}