0d5e2dd46894a187404265fe20eefcef56a9d898
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / module_preuninstall.twig
1 /**
2  * Implements hook_module_preuninstall().
3  */
4 function {{ machine_name }}_module_preuninstall($module) {
5   mymodule_cache_clear();
6 }