You are here

function node_reference_options_list in References 7.2

Implements hook_options_list().

File

node_reference/node_reference.module, line 1096
Defines a field type for referencing one node from another.

Code

function node_reference_options_list($field) {
  return _node_reference_options($field, FALSE);
}