@@ -41,7 +41,7 @@ early to stop the handling of the request.
41
41
Execute this command to know the listeners registered to this event and their
42
42
priorities:
43
43
44
- .. terminal ::
44
+ .. code-block :: terminal
45
45
46
46
$ php bin/console debug:event-dispatcher kernel.request
47
47
@@ -72,7 +72,7 @@ entirely::
72
72
Execute this command to know the listeners registered to this event and their
73
73
priorities:
74
74
75
- .. terminal ::
75
+ .. code-block :: terminal
76
76
77
77
$ php bin/console debug:event-dispatcher kernel.controller
78
78
@@ -106,7 +106,7 @@ HTML contents) into the ``Response`` object needed by Symfony::
106
106
Execute this command to know the listeners registered to this event and their
107
107
priorities:
108
108
109
- .. terminal ::
109
+ .. code-block :: terminal
110
110
111
111
$ php bin/console debug:event-dispatcher kernel.view
112
112
@@ -133,7 +133,7 @@ before sending it back (e.g. add/modify HTTP headers, add cookies, etc.)::
133
133
Execute this command to know the listeners registered to this event and their
134
134
priorities:
135
135
136
- .. terminal ::
136
+ .. code-block :: terminal
137
137
138
138
$ php bin/console debug:event-dispatcher kernel.response
139
139
@@ -160,7 +160,7 @@ the parent request)::
160
160
Execute this command to know the listeners registered to this event and their
161
161
priorities:
162
162
163
- .. terminal ::
163
+ .. code-block :: terminal
164
164
165
165
$ php bin/console debug:event-dispatcher kernel.finish_request
166
166
@@ -181,7 +181,7 @@ send the response (e.g. sending emails).
181
181
Execute this command to know the listeners registered to this event and their
182
182
priorities:
183
183
184
- .. terminal ::
184
+ .. code-block :: terminal
185
185
186
186
$ php bin/console debug:event-dispatcher kernel.terminate
187
187
@@ -241,7 +241,7 @@ sent as response::
241
241
Execute this command to know the listeners registered to this event and their
242
242
priorities:
243
243
244
- .. terminal ::
244
+ .. code-block :: terminal
245
245
246
246
$ php bin/console debug:event-dispatcher kernel.exception
247
247
0 commit comments