function hook_disable
Perform necessary actions before module is disabled.
The hook is called every time the module is disabled. It should be implemented in the module's .install file. The implementation can rely on the .module file being loaded.
See also
Related topics
10 functions implement hook_disable()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- dashboard_disable in modules/
dashboard/ dashboard.install - Implements hook_disable().
- filter_admin_disable in modules/
filter/ filter.admin.inc - Form constructor for the text format deletion confirmation form.
- filter_format_disable in modules/
filter/ filter.module - Disables a text format.
- filter_test_filter_format_disable in modules/
simpletest/ tests/ filter_test.module - Implements hook_filter_format_disable().
- language_types_disable in includes/
language.inc - Disables the given language types.
1 invocation of hook_disable()
- module_disable in includes/
module.inc - Disables a given set of modules.
File
-
modules/
system/ system.api.php, line 3670
Code
function hook_disable() {
mymodule_cache_rebuild();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.