You are here

function textimage_cache_flush in Textimage 8.4

Same name and namespace in other branches
  1. 8.3 textimage.module \textimage_cache_flush()

Implements hook_cache_flush().

File

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

Code

function textimage_cache_flush() {
  return [
    'textimage',
  ];
}