1 list.module list_field_delete_field($field)

Implements hook_field_delete_field().

File

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

Code

function list_field_delete_field($field) {
  backdrop_static_reset('list_allowed_values');
}