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
Copy file name to clipboardExpand all lines: doctrine/event_listeners_subscribers.rst
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -274,9 +274,11 @@ to the tag like so:
274
274
275
275
276
276
Priorities for Event Listeners
277
-
--------------------------------
277
+
------------------------------
278
278
279
-
In case you have multiple listeners for the same event you can control the order in which they are invoked using the `priority` attribute on the tag. Listeners with a higher priority are invoked first.
279
+
In case you have multiple listeners for the same event you can control the order
280
+
in which they are invoked using the ``priority`` attribute on the tag.
281
+
Listeners with a higher priority are invoked first.
0 commit comments