function options_field_update_field

Implements hook_field_update_field().

File

drupal/core/modules/field/modules/options/options.module, line 226
Defines selection, check box and radio button widgets for text and numeric fields.

Code

function options_field_update_field($field, $prior_field, $has_data) {
  drupal_static_reset('options_allowed_values');
}