8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 492300a + 1316c0b commit 2c06c54Copy full SHA for 2c06c54
reference/dic_tags.rst
@@ -112,9 +112,10 @@ will be called:
112
113
.. note::
114
115
- You can also specify a priority as a positive or negative integer, which
116
- allows you to make sure your listener will always be called before or after
117
- another one.
+ You can also specify priority as an attribute of the kernel.event_listener
+ tag (much like the method or event attributes), with either a positive
+ or negative integer. This allows you to make sure your listener will always
118
+ be called before or after another listener listening for the same event.
119
120
Enabling Custom Template Engines
121
--------------------------------
0 commit comments