File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ they are listening to.
134
134
If different event subscriber methods listen to the same event, their order is
135
135
defined by the ``priority `` parameter. This value is a positive or negative
136
136
integer which defaults to ``0 ``. The higher the number, the earlier the method
137
- is called. Priority is aggregated for all listeners and subscribers, so your
138
- methods could be executed after some other methods defined in different listeners
137
+ is called. ** Priority is aggregated for all listeners and subscribers ** , so your
138
+ methods could be executed before or after the methods defined in other listeners
139
139
and subscribers. To learn more about event subscribers, read :doc: `/components/event_dispatcher `.
140
140
141
141
The following example shows an event subscriber that defines several methods which
You can’t perform that action at this time.
0 commit comments