This is currently not supported by the EventManager, as our implementation is simplistic for performance reasons. Still, it is achieved anyway by registering the listeners in the correct order.
On 13 Jan 2017 9:09 p.m., "Guite" <[email protected]> wrote: > Hi all, > > I want to know whether and how it is possible to take influence on the > order in which lifecycle event callbacks are executed. I have a custom > event subscriber and want to ensure it gets called after another one has > been called already. Specifically I want to make sure a prePersist callback > is executed after the prePersist action of the Blameable extension has been > executed. > > Thanks for your input, > > Axel > > -- > You received this message because you are subscribed to the Google Groups > "doctrine-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/doctrine-user. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/d/optout.
