You are here

function hook_entity_uuid_save in Universally Unique IDentifier 7

Transform entity properties after an entity is saved.

2 functions implement hook_entity_uuid_save()

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

node_entity_uuid_save in ./uuid.core.inc
Implements hook_entity_uuid_save().
uuid_path_entity_uuid_save in uuid_path/uuid_path.module
Implements hook_entity_uuid_save().

File

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

Code

function hook_entity_uuid_save($entity, $entity_type) {
}