better_formats-8.x-1.x-dev/better_formats.install
better_formats.install
<?php
/**
* @file
* Install, update and uninstall functions for the better_formats module.
*/
/**
* Implements hook_install().
*/
function better_formats_install() {
// Increase module weight to prevent compatibility issues.
module_set_weight('better_formats', 100);
}
