You are here

function rolereference_options_list in Role Reference 7

Implements hook_options_list().

File

./rolereference.module, line 201

Code

function rolereference_options_list($field) {
  return rolereference_potential_references($field['settings']['referenceable_roles'], $field['field_name']);
}