You are here

function node_reference_field_uuid_presave in References 7.2

Implements hook_field_uuid_presave().

File

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

Code

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