@@ -38,8 +38,8 @@ early to stop the handling of the request.
38
38
39
39
Read more on the :ref: `kernel.request event <component-http-kernel-kernel-request >`.
40
40
41
- Execute this command to know the listeners registered to this event and their
42
- priorities:
41
+ Execute this command to find out which listeners are registered for this event and
42
+ their priorities:
43
43
44
44
.. code-block :: terminal
45
45
@@ -69,8 +69,8 @@ entirely::
69
69
70
70
Read more on the :ref: `kernel.controller event <component-http-kernel-kernel-controller >`.
71
71
72
- Execute this command to know the listeners registered to this event and their
73
- priorities:
72
+ Execute this command to find out which listeners are registered for this event and
73
+ their priorities:
74
74
75
75
.. code-block :: terminal
76
76
@@ -103,8 +103,8 @@ HTML contents) into the ``Response`` object needed by Symfony::
103
103
104
104
Read more on the :ref: `kernel.view event <component-http-kernel-kernel-view >`.
105
105
106
- Execute this command to know the listeners registered to this event and their
107
- priorities:
106
+ Execute this command to find out which listeners are registered for this event and
107
+ their priorities:
108
108
109
109
.. code-block :: terminal
110
110
@@ -130,8 +130,8 @@ before sending it back (e.g. add/modify HTTP headers, add cookies, etc.)::
130
130
131
131
Read more on the :ref: `kernel.response event <component-http-kernel-kernel-response >`.
132
132
133
- Execute this command to know the listeners registered to this event and their
134
- priorities:
133
+ Execute this command to find out which listeners are registered for this event and
134
+ their priorities:
135
135
136
136
.. code-block :: terminal
137
137
@@ -157,8 +157,8 @@ the parent request)::
157
157
$this->setLocale($parentRequest);
158
158
}
159
159
160
- Execute this command to know the listeners registered to this event and their
161
- priorities:
160
+ Execute this command to find out which listeners are registered for this event and
161
+ their priorities:
162
162
163
163
.. code-block :: terminal
164
164
@@ -178,8 +178,8 @@ send the response (e.g. sending emails).
178
178
179
179
Read more on the :ref: `kernel.terminate event <component-http-kernel-kernel-terminate >`.
180
180
181
- Execute this command to know the listeners registered to this event and their
182
- priorities:
181
+ Execute this command to find out which listeners are registered for this event and
182
+ their priorities:
183
183
184
184
.. code-block :: terminal
185
185
@@ -238,8 +238,8 @@ sent as response::
238
238
239
239
Read more on the :ref: `kernel.exception event <component-http-kernel-kernel-exception >`.
240
240
241
- Execute this command to know the listeners registered to this event and their
242
- priorities:
241
+ Execute this command to find out which listeners are registered for this event and
242
+ their priorities:
243
243
244
244
.. code-block :: terminal
245
245
0 commit comments