You are here

function commerce_line_item_field_uuid_load in Commerce UUID 7

Implements hook_field_uuid_load() for commerce_line_item.module.

File

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

Code

function commerce_line_item_field_uuid_load($entity_type, $entity, $field, $instance, $langcode, &$items) {
  entity_property_id_to_uuid($items, 'commerce_line_item', 'line_item_id');
}