You are here

tac_lite.install in Taxonomy Access Control Lite 8

Same filename and directory in other branches
  1. 5 tac_lite.install
  2. 6 tac_lite.install
  3. 7 tac_lite.install

Installation functions for Tac Lite module.

File

tac_lite.install
View source
<?php

/**
 * @file
 * Installation functions for Tac Lite module.
 */

/**
 * Implements hook_install().
 */
function tac_lite_install() {
  module_set_weight('tac_lite', 100);
}

Functions

Namesort descending Description
tac_lite_install Implements hook_install().