1.20.x filter.module filter_clear_format_tempstore($name)

Remove an item from the object cache.

File

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

Code

function filter_clear_format_tempstore($name) {
  tempstore_clear('filter_store', $name);
}