1 filter.module filter_formats_reset()

Resets the text format caches.

See also

filter_formats()

File

core/modules/filter/filter.module, line 854
Framework for handling the filtering of content.

Code

function filter_formats_reset() {
  cache()->deletePrefix('filter_formats');
  backdrop_static_reset('filter_formats');
}