1.20.x list.module list_field_update_field($field, $prior_field, $has_data)

Implements hook_field_update_field().

File

modules/field/modules/list/list.module, line 224
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');
}