shortcut_per_role.install in Shortcut per Role 7
Install, update, and uninstall Shortcut per Role.
File
shortcut_per_role.installView source
<?php
/**
* @file
* Install, update, and uninstall Shortcut per Role.
*/
/**
* Implements hook_uninstall()
*/
function shortcut_per_role_uninstall() {
variable_del('shortcut_per_role');
}
Functions
Name | Description |
---|---|
shortcut_per_role_uninstall | Implements hook_uninstall() |