1 field.info.inc _field_info_collate_types_reset()

Clear collated information on field and widget types and related structures.

Related topics

File

core/modules/field/field.info.inc, line 169
Field Info API, providing information about available fields and field types.

Code

function _field_info_collate_types_reset() {
  backdrop_static_reset('_field_info_collate_types');
  // Clear all languages.
  cache('field')->deletePrefix('field_info_types:');
}