On function entity_uuid_delete, a call to implementations on hook_entity_uuid_delete is made, but the parameter "$entity" is not defined, so modules implementing this hook are unable to access to the entity.

Comments

skwashd’s picture

Status: Active » Closed (cannot reproduce)

Thanks for the bug report. I had a look and the current implementation of entity_uuid_delete() defines $entity before invoking the hooks.