You are here

function htmlpurifier_flush_caches in HTML Purifier 7

Same name and namespace in other branches
  1. 6.2 htmlpurifier.module \htmlpurifier_flush_caches()
  2. 7.2 htmlpurifier.module \htmlpurifier_flush_caches()

Implements hook_flush_caches().

File

./htmlpurifier.module, line 15
Implements HTML Purifier as a Drupal filter.

Code

function htmlpurifier_flush_caches() {
  return array(
    'cache_htmlpurifier',
  );
}