subuser.install in Subuser 8
Same filename and directory in other branches
Provides installation functions.
@author Jimmy Berry ("boombatower", http://drupal.org/user/214218)
File
subuser.installView 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
Name | Description |
---|---|
subuser_enable | Implementation of hook_enable(). |
subuser_uninstall | Implements hook_uninstall(). |