1 text.module text_filter_format_disable($format)

Implements hook_filter_format_disable().

File

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

Code

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