You are here

function customfilter_flush_caches in Custom filter 6

Same name and namespace in other branches
  1. 6.2 customfilter.module \customfilter_flush_caches()
  2. 7.2 customfilter.module \customfilter_flush_caches()
  3. 7 customfilter.module \customfilter_flush_caches()

Implements hook_flush_caches().

File

./customfilter.module, line 92
Allows the users with the right permission to define custom filters.

Code

function customfilter_flush_caches() {
  return array(
    'cache_customfilter',
  );
}