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