@@ -262,7 +262,7 @@ will be called after another event - ``kernel.controller`` - is dispatched.
262
262
.. _component-http-kernel-kernel-controller :
263
263
264
264
3) The ``kernel.controller `` event
265
- ----------------------------------
265
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
266
266
267
267
**Typical Purposes **: Initialize things or change the controller just before
268
268
the controller is executed.
@@ -300,7 +300,7 @@ on the event object that's passed to listeners on this event.
300
300
next section to see why this is important.
301
301
302
302
4) Getting the Controller Arguments
303
- -----------------------------------
303
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
304
304
305
305
Next, ``HttpKernel::handle `` calls
306
306
:method: `Symfony\\ Component\\ HttpKernel\\ Controller\\ ControllerResolverInterface::getArguments `.
@@ -486,8 +486,8 @@ as possible to the client (e.g. sending emails).
486
486
487
487
.. _component-http-kernel-kernel-exception :
488
488
489
- Handling Exceptions:: the ``kernel.exception `` event
490
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
489
+ Handling Exceptions: the ``kernel.exception `` event
490
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
491
491
492
492
**Typical Purposes **: Handle some type of exception and create an appropriate
493
493
``Response `` to return for the exception
0 commit comments