v1/vendor/chi-teck/drupal-code-generator/templates/hook/module_preinstall.twig

7 lines
133 B
Twig

/**
* Implements hook_module_preinstall().
*/
function {{ machine_name }}_module_preinstall($module) {
mymodule_cache_clear();
}