function image_flush_caches in Drupal 7
Implements hook_flush_caches().
File
- modules/
image/ image.module, line 271 - Exposes global functionality for creating image styles.
Code
function image_flush_caches() {
return array(
'cache_image',
);
}