rename_admin_paths.install in Rename Admin Paths 7.2
Same filename and directory in other branches
Install, update and uninstall functions for the Administrative pages module.
File
rename_admin_paths.installView source
<?php
/**
* @file
* Install, update and uninstall functions for the Administrative pages module.
*/
/**
* Implements hook_install().
*/
function rename_admin_paths_uninstall() {
// Delete all variables defined by path admin
variable_del('rename_admin_path');
variable_del('rename_admin_path_value');
variable_del('rename_user_path');
variable_del('rename_user_path_value');
}
Functions
Name | Description |
---|---|
rename_admin_paths_uninstall | Implements hook_install(). |