function image_flush_caches

Implements hook_flush_caches().

File

modules/image/image.module, line 271

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.