8000 Clarification in regard to priority for custom listeners by mdpatrick · Pull Request #708 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Clarification in regard to priority for custom listeners #708

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 20, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions reference/dic_tags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,10 @@ will be called:

.. note::

You can also specify a priority as a positive or negative integer, which
allows you to make sure your listener will always be called before or after
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 < 4A2E /td>
be called before or after another listener listening for the same event.

Enabling Custom Template Engines
--------------------------------
Expand Down
0