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
I've seen we can add event listeners to the event dispatcher directly from the DIC with a kernel.event_listener tag. Is there a reason there is no way to do the same with event subscribers ? A kernel.event_subscriber tag would be very practical IMO.
I can propose a PR since this could be achieved in 20 LOC, but I first want to know if there is a reason explaining why this has not been done yet. Thanks!