You are here

fz152_entityform.install in FZ152 7

Installation and deinstallation hooks.

File

module/entityform/fz152_entityform.install
View source
<?php

/**
 * @file
 * Installation and deinstallation hooks.
 */

/**
 * Implements hook_uninstall().
 */
function fz152_entityform_uninstall() {
  variable_del('fz152_entityform_*');
}

Functions

Namesort descending Description
fz152_entityform_uninstall Implements hook_uninstall().