You are here

function customfilter_flush_caches in Custom filter 7

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

Implements hook_flush_caches().

File

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

Code

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