Skip to content

Commit 106bda9

Browse files
committed
re-adding literals
1 parent cd820d7 commit 106bda9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

reference/events.rst

+11-11
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ each event has access to the following information:
2525

2626
.. _kernel-core-request:
2727

28-
kernel.request
29-
~~~~~~~~~~~~~~
28+
``kernel.request``
29+
~~~~~~~~~~~~~~~~~~
3030

3131
**Event Class**: :class:`Symfony\\Component\\HttpKernel\\Event\\GetResponseEvent`
3232

@@ -50,7 +50,7 @@ Listener Class Name P
5050
:class:`Symfony\\Component\\Security\\Http\\Firewall` 8
5151
============================================================================= ========
5252

53-
kernel.controller
53+
``kernel.controller``
5454
~~~~~~~~~~~~~~~~~~~~~
5555

5656
**Event Class**: :class:`Symfony\\Component\\HttpKernel\\Event\\FilterControllerEvent`
@@ -80,8 +80,8 @@ Listener Class Name
8080
:class:`Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RequestDataCollector` 0
8181
============================================================================== ========
8282

83-
kernel.view
84-
~~~~~~~~~~~
83+
``kernel.view``
84+
~~~~~~~~~~~~~~~
8585

8686
**Event Class**: :class:`Symfony\\Component\\HttpKernel\\Event\\GetResponseForControllerResultEvent`
8787

@@ -110,8 +110,8 @@ method::
110110

111111
Read more on the :ref:`kernel.view event <component-http-kernel-kernel-view>`.
112112

113-
kernel.response
114-
~~~~~~~~~~~~~~~
113+
``kernel.response``
114+
~~~~~~~~~~~~~~~~~~~
115115

116116
**Event Class**: :class:`Symfony\\Component\\HttpKernel\\Event\\FilterResponseEvent`
117117

@@ -158,8 +158,8 @@ Listener Class Name
158158
:class:`Symfony\\Component\\HttpKernel\\EventListener\\StreamedResponseListener` -1024
159159
=================================================================================== ========
160160

161-
kernel.terminate
162-
~~~~~~~~~~~~~~~~
161+
``kernel.terminate``
162+
~~~~~~~~~~~~~~~~~~~~
163163

164164
**Event Class**: :class:`Symfony\\Component\\HttpKernel\\Event\\PostResponseEvent`
165165

@@ -181,8 +181,8 @@ Listener Class Name Prior
181181

182182
.. _kernel-kernel.exception:
183183

184-
kernel.exception
185-
~~~~~~~~~~~~~~~~
184+
``kernel.exception``
185+
~~~~~~~~~~~~~~~~~~~~
186186

187187
**Event Class**: :class:`Symfony\\Component\\HttpKernel\\Event\\GetResponseForExceptionEvent`
188188

0 commit comments

Comments
 (0)