admin_menu_dropdown.install in Admin Menu Hider 7.3
Same filename and directory in other branches
Install, update and uninstall functions for the Admin Menu Hide module.
File
admin_menu_dropdown.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the Admin Menu Hide module.
*/
/**
* Implements hook_uninstall().
*/
function admin_menu_dropdown_uninstall() {
variable_del('admin_menu_dropdown_key');
variable_del('admin_menu_dropdown_default');
}
Functions
Name![]() |
Description |
---|---|
admin_menu_dropdown_uninstall | Implements hook_uninstall(). |