function image_flush_caches

7.x image.module image_flush_caches()

Implements hook_flush_caches().

File

drupal-7.x/modules/image/image.module, line 271
Exposes global functionality for creating image styles.

Code

function image_flush_caches() {
  return array('cache_image');
}