function image_flush_caches

Implements hook_flush_caches().

File

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

Code

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