function image_field_uuid_presave in Universally Unique IDentifier 7
Implements hook_field_uuid_presave().
Related topics
File
- ./
uuid.core.inc, line 358 - Implementation of UUID hooks for all core modules.
Code
function image_field_uuid_presave($entity_type, $entity, $field, $instance, $langcode, &$items) {
file_field_uuid_presave($entity_type, $entity, $field, $instance, $langcode, $items);
}