function hook_field_uuid_load in Universally Unique IDentifier 7
Transform field values from local IDs to UUIDs when an entity is loaded.
4 functions implement hook_field_uuid_load()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- entityreference_field_uuid_load in ./
uuid.core.inc - Implements hook_field_uuid_load().
- file_field_uuid_load in ./
uuid.core.inc - Implements hook_field_uuid_load().
- image_field_uuid_load in ./
uuid.core.inc - Implements hook_field_uuid_load().
- taxonomy_field_uuid_load in ./
uuid.core.inc - Implements hook_field_uuid_load().
File
- ./
uuid.api.php, line 30 - Hooks provided by the UUID module.
Code
function hook_field_uuid_load($entity_type, $entity, $field, $instance, $langcode, &$items) {
}