1.20.x text.module text_filter_format_update($format)

Implements hook_filter_format_update().

File

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

Code

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