Does Doctrine have an event that triggers when you add or remove an entry from a doctrine collection that is part of a ManyToMany relationship?
I basically have an Entity which only has an id and a Collection of Tags in a ManyToMany relationship. However, I want to be able to run an event listener when a Tag is added or removed from the Entity. Is there any way to do this?