Entity Events don't support predelete event

The entity_events module currently supports insert, update, presave, and delete entity events, but lacks support for entity.predelete.

This issue proposes adding full support for entity.predelete, allowing developers to subscribe to the event and execute logic before an entity is deleted. This brings the module in line with the entity hook lifecycle and provides greater flexibility for use cases such as data cleanup, alias management, or dependency checks.

Comments

carlos espino created an issue. See original summary.

  • a.dmitriiev committed 5cdac795 on 2.0.x
    Issue #3530817 by carlos espino: Predelete event support
    
a.dmitriiev’s picture

Thank you for a nice feature. It was added to https://www.drupal.org/project/entity_events/releases/2.0.5

a.dmitriiev’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.