You are here

function taxonomy_field_uuid_load in Universally Unique IDentifier 7

Implements hook_field_uuid_load().

Related topics

File

./uuid.core.inc, line 321
Implementation of UUID hooks for all core modules.

Code

function taxonomy_field_uuid_load($entity_type, $entity, $field, $instance, $langcode, &$items) {
  entity_property_id_to_uuid($items, 'taxonomy_term', 'tid');
}