You are here

function hook_entity_uuid_presave in Universally Unique IDentifier 7

Transform entity properties from UUIDs to local IDs before entity is saved.

7 functions implement hook_entity_uuid_presave()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

book_entity_uuid_presave in ./uuid.core.inc
Implements hook_entity_uuid_presave().
comment_entity_uuid_presave in ./uuid.core.inc
Implements hook_entity_uuid_presave().
field_entity_uuid_presave in ./uuid.core.inc
Implements hook_entity_uuid_presave().
file_entity_uuid_presave in ./uuid.core.inc
Implements hook_entity_uuid_presave().
node_entity_uuid_presave in ./uuid.core.inc
Implements hook_entity_uuid_presave().

... See full list

File

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

Code

function hook_entity_uuid_presave(&$entity, $entity_type) {
}