You are here

function ref_field_options_list in (Entity)Reference Field Synchronization 7

Implements hook_options_list().

File

./ref_field.module, line 435

Code

function ref_field_options_list($field) {
  return _ref_field_get_referenceable_entities($field);
}