You are here

function hook_entity_uuid_delete in Universally Unique IDentifier 7

Let modules act when an entity is deleted.

Generally hook_entity_delete() should be used instead of this hook.

See also

hook_entity_delete()

File

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

Code

function hook_entity_uuid_delete($entity, $entity_type) {
}