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');
}
doc_Drupal
2016-10-29 09:14:54
Comments
Leave a Comment

Please login to continue.