function text_filter_format_update

7.x text.module text_filter_format_update($format)

Implements hook_filter_format_update().

File

drupal-7.x/modules/field/modules/text/text.module, line 602
Defines simple text field types.

Code

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