File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,10 @@ dump_destination
67
67
68
68
Configures the output destination of the dumps.
69
69
70
- By default, the dumps are shown in the toolbar. Since this is not always
71
- possible (e.g. when working on a JSON API), you can have an alternate output
72
- destination for dumps. Typically, you would set this to ``php://stderr ``:
70
+ By default, dumps are shown in the WebDebugToolbar when returning HTML.
71
+ Since this is not always possible (e.g. when working on a JSON API),
72
+ you can have an alternate output destination for dumps.
73
+ Typically, you would set this to ``php://stderr ``:
73
74
74
75
.. configuration-block ::
75
76
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Configuring in the Kernel
5
5
=========================
6
6
7
7
Some configuration can be done on the kernel class itself (located by default at
8
- ``src/Kernel.php ``). You can do this by overriding specific methods in
8
+ ``src/Kernel.php ``). You can do this by overriding specific methods of
9
9
the parent :class: `Symfony\\ Component\\ HttpKernel\\ Kernel ` class.
10
10
11
11
Configuration
Original file line number Diff line number Diff line change 1
1
Built-in Symfony Events
2
2
=======================
3
3
4
- During the handling of an HTTP request, the Symfony framework (or any
4
+ The Symfony framework is an HTTP Request-Response one.
5
+ During the handling of an HTTP request, the framework (or any
5
6
application using the :doc: `HttpKernel component </components/http_kernel >`)
6
7
dispatches some :doc: `events </event_dispatcher >` which you can use to modify
7
- how the request is handled.
8
+ how the request is handled and how the response is returned .
8
9
9
10
Kernel Events
10
11
-------------
You can’t perform that action at this time.
0 commit comments