Hello all,
I'd like to know if there is a way to retrieve listeners/subscribers priority.
There is nothing specified in the EventDispatcherInterface.
@stof as a merger of this component can you tell me ?
Another question I have is why we implicitly sort listeners in getListeners in the EventDispatcher.php. It's confusing to me because as a user of getListeners I am not aware that listeners are already sorted..