9bacaf71f8f948153248799a5b1276fc665d54f8
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / cache_flush.twig
1 /**
2  * Implements hook_cache_flush().
3  */
4 function {{ machine_name }}_cache_flush() {
5   if (defined('MAINTENANCE_MODE') && MAINTENANCE_MODE == 'update') {
6     _update_cache_clear();
7   }
8 }