function text_filter_format_update

text_filter_format_update($format)

Implements hook_filter_format_update().

File

modules/field/modules/text/text.module, line 604
Defines simple text field types.

Code

function text_filter_format_update($format) {
  field_cache_clear();
}

© 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/modules!field!modules!text!text.module/function/text_filter_format_update/7.x