You are here

function hook_field_uuid_presave in Universally Unique IDentifier 7

Transform field values from UUIDs to local IDs before an entity is saved.

4 functions implement hook_field_uuid_presave()

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_presave in ./uuid.core.inc
Implements hook_field_uuid_presave().
file_field_uuid_presave in ./uuid.core.inc
Implements hook_field_uuid_presave().
image_field_uuid_presave in ./uuid.core.inc
Implements hook_field_uuid_presave().
taxonomy_field_uuid_presave in ./uuid.core.inc
Implements hook_field_uuid_presave().

File

./uuid.api.php, line 44
Hooks provided by the UUID module.

Code

function hook_field_uuid_presave($entity_type, $entity, $field, $instance, $langcode, &$items) {
}