You are here

function commerce_customer_field_uuid_load in Commerce UUID 7

Implements hook_field_uuid_load() for commerce_customer.module.

File

./commerce_uuid.module, line 98
Adds universally unique identifiers support to Drupal Commerce.

Code

function commerce_customer_field_uuid_load($entity_type, $entity, $field, $instance, $langcode, &$items) {
  entity_property_id_to_uuid($items, 'commerce_customer_profile', 'profile_id');
}