You are here

function gallery_assist_flush_caches in Gallery Assist 6

Implementation of hook_flush_caches().

File

./gallery_assist.module, line 5325
Drupal content type with gallery functionality.

Code

function gallery_assist_flush_caches() {
  return array(
    'cache_gallery_assist_data',
  );
}