function list_options_list

Implements hook_options_list().

File

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

Code

function list_options_list($field, $instance, $entity_type, $entity) {
    return list_allowed_values($field, $instance, $entity_type, $entity);
}

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