filter_formats_reset

Versions
7
filter_formats_reset()

Resets the static cache of all text formats.

See also

filter_formats()

Code

modules/filter/filter.module, line 388

<?php
function filter_formats_reset() {
  drupal_static_reset('filter_list_format');
  drupal_static_reset('filter_formats');
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.