function options_options_list

Implements hook_options_list().

File

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

Code

function options_options_list($field, $instance, $entity_type, $entity) {
  return options_allowed_values($field, $instance, $entity_type, $entity);
}