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
Listener's method call order
It's visually quicker to catch/understand
#. If no ``method`` attribute is defined, try to call the method whose name
is ``on`` + "PascalCased event name" (e.g. ``onKernelException()`` method for
the ``kernel.exception`` event);
(and more accurate ) than
#. If no ``method`` attribute is defined, try to call the method whose name
is ``on`` + "camel-cased event name" (e.g. ``onKernelException()`` method for
the ``kernel.exception`` event);
0 commit comments