You are here

better_formats.install in Better Formats 8

Install, update and uninstall functions for the better_formats module.

File

better_formats.install
View 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

Namesort descending Description
better_formats_install Implements of hook_install().