- Notifications
You must be signed in to change notification settings - Fork 84
Closed
Labels
Description
@ddeboer said in #42: We should also standardize whether we user EventListeners or EventSubscribers (we now have both). EventSubscribers are easier to configure, but are tied closer to Symfony because they have to implement EventSubscriberInterface. Which do you prefer?
and i think going for subscriber sounds right to me.