1 filter.module | filter_clear_format_tempstore($name) |
Remove an item from the object cache.
File
- core/
modules/ filter/ filter.module, line 1933 - Framework for handling the filtering of content.
Code
function filter_clear_format_tempstore($name) {
tempstore_clear('filter_store', $name);
}