Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / image_style_flush.twig
1 /**
2  * Implements hook_image_style_flush().
3  */
4 function {{ machine_name }}_image_style_flush($style) {
5   // Empty cached data that contains information about the style.
6   \Drupal::cache('mymodule')->deleteAll();
7 }