hook_disable
- Versions
- 5 – 7
hook_disable()
Perform necessary actions before module is disabled.
The hook is called everytime module is disabled.
Related topics
Code
developer/hooks/install.php, line 268
<?php
function hook_disable() {
mymodule_cache_rebuild();
}
?>Login or register to post comments 