hook_disable()
Perform necessary actions before module is disabled.
The hook is called everytime module is disabled.
developer-docs/hooks/install.php, line 347
<?php function hook_disable() { mymodule_cache_rebuild(); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen