hook_disable()
Perform necessary actions before module is disabled.
The hook is called everytime module is disabled.
modules/system/system.api.php, line 1699
<?php function hook_disable() { mymodule_cache_rebuild(); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen