function text_filter_format_disable

Implements hook_filter_format_disable().

File

drupal/core/modules/text/text.module, line 390
Defines simple text field types.

Code

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