You are here

function node_reference_field_uuid_load in References 7.2

Implements hook_field_uuid_load().

File

references_uuid/references_uuid.module, line 11
This provides UUID support for node and user references.

Code

function node_reference_field_uuid_load($entity_type, $entity, $field, $instance, $langcode, &$items) {
  entity_property_id_to_uuid($items, 'node', 'nid');
}