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
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.