This project is not covered by Drupal’s security advisory policy.

This is a full project mirror of https://www.drupal.org/sandbox/mhrabovcin/1777958

This module provides simple developer functionality - integration between UUID and various reference fields like node_reference, user_reference, entity_reference.

Module implements two hooks hook_entity_load() and hook_entity_presave().

On load hook it loads UUID for every reference field so its available in field data array, i.e.:


field_node_reference => array(
  'und' => array(
    0 => array(
      'nid' => 10,
      'uuid' => {uuid-string}
    ),
  ),
)

On hook presave it looks for a fields that are containing uuid in reference field and no local system value. If that kind of field is found local value is loaded to proper key so entity is saved with proper local reference.

Supporting organizations: 

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • caution No further development
    No longer developed by its maintainers.
  • chart icon1 site reports using this module
  • Created by japerry on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases