function list_field_update_field

Implements hook_field_update_field().

File

modules/field/modules/list/list.module, line 212

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.