You are here

function textimage_flush_caches in Textimage 7.3

Implements hook_flush_caches().

File

./textimage.module, line 228
Textimage - Provides text to image manipulations.

Code

function textimage_flush_caches() {
  return array(
    'cache_textimage',
  );
}