subpathauto.install in Sub-pathauto (Sub-path URL Aliases) 7
Install, update, and uninstall functions for the subpathauto module.
File
subpathauto.installView source
<?php
/**
* @file
* Install, update, and uninstall functions for the subpathauto module.
*/
/**
* Implements hook_uninstall().
*/
function subpathauto_uninstall() {
variable_del('subpathauto_ignore_admin');
variable_del('subpathauto_depth');
}
Functions
Name | Description |
---|---|
subpathauto_uninstall | Implements hook_uninstall(). |