@@ -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 `.
@@ -489,8 +489,8 @@ as possible to the client (e.g. sending emails).
489
489
490
490
.. _component-http-kernel-kernel-exception :
491
491
492
- Handling Exceptions:: the ``kernel.exception `` event
493
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
492
+ Handling Exceptions: the ``kernel.exception `` event
493
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
494
494
495
495
**Typical Purposes **: Handle some type of exception and create an appropriate
496
496
``Response `` to return for the exception
0 commit comments