fz152_entityform.install in FZ152 7
Installation and deinstallation hooks.
File
module/entityform/fz152_entityform.installView source
<?php
/**
* @file
* Installation and deinstallation hooks.
*/
/**
* Implements hook_uninstall().
*/
function fz152_entityform_uninstall() {
variable_del('fz152_entityform_*');
}
Functions
Name | Description |
---|---|
fz152_entityform_uninstall | Implements hook_uninstall(). |