Same filename and directory in other branches
  1. 8.x-1.x subpathauto.install 1 comment

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

Title Deprecated Summary
subpathauto_uninstall Implements hook_uninstall().