Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / module_preinstall.twig
1 /**
2  * Implements hook_module_preinstall().
3  */
4 function {{ machine_name }}_module_preinstall($module) {
5   mymodule_cache_clear();
6 }