function image_flush_caches

Implements hook_flush_caches().

Archivo

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

Código

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