Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e729750

Browse filesBrowse files
committed
Changed phrasing to explain the effects off propagation stopping.
1 parent d13943a commit e729750
Copy full SHA for e729750

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎components/http_kernel/introduction.rst

Copy file name to clipboardExpand all lines: components/http_kernel/introduction.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ attributes).
170170
.. note::
171171

172172
When setting a response for the ``kernel.view`` event, the propagation
173-
is stopped, so the lower priority listeners on that event don't get called.
173+
is stopped. This means listeners with lower priority won't be executed.
174174

175175
.. sidebar:: ``kernel.request`` in the Symfony Framework
176176

@@ -399,7 +399,7 @@ return a ``Response``.
399399
.. note::
400400

401401
When setting a response for the ``kernel.view`` event, the propagation
402-
is stopped, so the lower priority listeners on that event don't get called.
402+
is stopped. This means listeners with lower priority won't be executed.
403403

404404
.. sidebar:: ``kernel.view`` in the Symfony Framework
405405

@@ -535,7 +535,7 @@ below for more details).
535535
.. note::
536536

537537
When setting a response for the ``kernel.exception`` event, the propagation
538-
is stopped, so the lower priority listeners on that event don't get called.
538+
is stopped. This means listeners with lower priority won't be executed.
539539

540540
.. sidebar:: ``kernel.exception`` in the Symfony Framework
541541

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.