function taxonomy_options_list

Implements hook_options_list().

File

modules/taxonomy/taxonomy.module, line 1496

Code

function taxonomy_options_list($field, $instance, $entity_type, $entity) {
    $function = !empty($field['settings']['options_list_callback']) ? $field['settings']['options_list_callback'] : 'taxonomy_allowed_values';
    return $function($field);
}

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