You are here

function image_field_uuid_load in Universally Unique IDentifier 7

Implements hook_field_uuid_load().

Related topics

File

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

Code

function image_field_uuid_load($entity_type, $entity, $field, $instance, $langcode, &$items) {
  file_field_uuid_load($entity_type, $entity, $field, $instance, $langcode, $items);
}