You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, there are no override implementations for the onBeforeLinkDelete and onAfterLinkDelete event handler methods in ValidatingRepositoryEventListener. This is also reflected in the documentation at
for some reason, the BeforeLinkDeleteEvent and AfterLinkDeleteEvent are not documented.
In practice it means that it is not convenient to trigger a set of validators that are linked to the "beforeLinkDelete" and "afterLinkDelete" event strings.
I can see no reason why there is no implementation, completely similar to the onBeforeLinkSave and onAfterLinkSave methods