Implements hook_filter_format_disable().

File

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

Code

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