1 filter.module | filter_formats_reset() |
Resets the text format caches.
See also
File
- core/
modules/ filter/ filter.module, line 855 - Framework for handling the filtering of content.
Code
function filter_formats_reset() {
cache()->deletePrefix('filter_formats');
backdrop_static_reset('filter_formats');
}