You are here

subpathauto.install in Sub-pathauto (Sub-path URL Aliases) 7

Install, update, and uninstall functions for the subpathauto module.

File

subpathauto.install
View 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

Namesort descending Description
subpathauto_uninstall Implements hook_uninstall().