File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ Event):
90
90
91
91
6. The Kernel calls the Controller;
92
92
93
- 7. Listeners of the `` core.view `` event can change the Controller return value
94
- (to convert it to a Response for instance) ;
93
+ 7. If the Controller does not return a Response, listeners of the
94
+ `` core.view `` event can convert the Controller return value to a Response;
95
95
96
96
8. Listeners of the ``core.response `` event can manipulate the Response
97
97
(content and headers);
@@ -185,11 +185,9 @@ This event is not used by ``FrameworkBundle``.
185
185
``core.view `` Event
186
186
~~~~~~~~~~~~~~~~~~~
187
187
188
- *Type *: ``filter ``
189
-
190
- *Arguments *: ``request_type `` and ``request ``
188
+ *Type *: ``notifyUntil ``
191
189
192
- *Value to filter *: The Controller returned value
190
+ *Arguments *: `` request_type ``, `` request ``, and `` controller_value ``
193
191
194
192
This event is not used by ``FrameworkBundle ``. It can be used to implement a
195
193
view sub-system.
You can’t perform that action at this time.
0 commit comments