function filter_formats_reset

filter_formats_reset()

Resets the text format caches.

See also

filter_formats()

File

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

Code

function filter_formats_reset() {
  drupal_static_reset('filter_formats');
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!filter!filter.module/function/filter_formats_reset/8.1.x