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

7 lines
137 B
Twig

/**
* Implements hook_module_preuninstall().
*/
function {{ machine_name }}_module_preuninstall($module) {
mymodule_cache_clear();
}