You are here

trim.install in Trim 8

Same filename and directory in other branches
  1. 7 trim.install

Install, update & uninstall for Trim module.

File

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

Namesort descending Description
trim_install Implements hook_install().