You are here

js_confirm_pop_up.install in Confirm popup 8

Same filename and directory in other branches
  1. 7 js_confirm_pop_up.install

Use to uninstall configuration variable.

File

js_confirm_pop_up.install
View source
<?php

/**
 * @file
 * Use to uninstall configuration variable.
 */

/**
 * Implements hook_uninstall().
 */
function js_confirm_pop_up_uninstall() {
  variable_del('js_confirm_pop_up_actual_form_id');
}

Functions

Namesort descending Description
js_confirm_pop_up_uninstall Implements hook_uninstall().