function environment_uninstall in Environment 7
Same name and namespace in other branches
- 8 environment.install \environment_uninstall()
- 6 environment.install \environment_uninstall()
Implements hook_uninstall().
File
- ./
environment.install, line 19 - Handles installation of the Environment module.
Code
function environment_uninstall() {
variable_del('environment');
variable_del('environment_require_override');
}