e561bb681e69e45df1b5bf46e1298536964d492b
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d7 / 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   cache_clear_all('*', 'cache_mymodule', TRUE);
7 }