1 list.module list_field_update_field($field, $prior_field, $has_data)

Implements hook_field_update_field().

File

core/modules/field/modules/list/list.module, line 223
Defines list field types that can be used with the Options module.

Code

function list_field_update_field($field, $prior_field, $has_data) {
  backdrop_static_reset('list_allowed_values');
}