You are here

subuser.install in Subuser 8

Same filename and directory in other branches
  1. 5 subuser.install
  2. 6 subuser.install
  3. 7.2 subuser.install

Provides installation functions.

@author Jimmy Berry ("boombatower", http://drupal.org/user/214218)

File

subuser.install
View source
<?php

/**
 * @file
 * Provides installation functions.
 *
 * @author Jimmy Berry ("boombatower", http://drupal.org/user/214218)
 */

/**
 * Implementation of hook_enable().
 */
function subuser_enable() {
}

/**
 * Implements hook_uninstall().
 */
function subuser_uninstall() {
}

Functions

Namesort descending Description
subuser_enable Implementation of hook_enable().
subuser_uninstall Implements hook_uninstall().