text_filter_format_update

7 text.module text_filter_format_update($format)
8 text.module text_filter_format_update($format)

Implements hook_filter_format_update().

File

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

Code

function text_filter_format_update($format) {
  field_cache_clear();
}
Login or register to post comments