You are here

overlay_paths_ui.install in Overlay Paths 7

The overlay paths ui install.

File

overlay_paths_ui/overlay_paths_ui.install
View source
<?php

/**
 * @file
 * The overlay paths ui install.
 */

/**
 * Implements hook_uninstall().
 */
function overlay_paths_ui_uninstall() {
  variable_del('overlay_paths_ui_paths');
}

Functions

Namesort descending Description
overlay_paths_ui_uninstall Implements hook_uninstall().