You are here

modal_page.install in Modal 7

Install, update and uninstall functions for the Modal Page.

File

modal_page.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the Modal Page.
 */

/**
 * Implements hook_uninstall().
 */
function modal_page_uninstall() {
  variable_del('modal_page_modals');
}

Functions

Namesort descending Description
modal_page_uninstall Implements hook_uninstall().