File tree 1 file changed +4
-4
lines changed
Filter options
1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ During the execution of a Symfony application, lots of event notifications are
9
9
triggered. Your application can listen to these notifications and respond to
10
10
them by executing any piece of code.
11
11
12
- Internal events provided by Symfony itself are defined in the
13
- :class: ` Symfony \\ Component \\ HttpKernel \\ KernelEvents ` class. Third -party bundles
14
- and libraries also trigger lots of events and your own application can trigger
15
- :doc: ` custom events </components/event_dispatcher >`.
12
+ Symfony triggers several :doc: ` events related to the kernel < /reference/events >`
13
+ while processing an HTTP Request, third -party bundles and libraries also trigger
14
+ lots of events and your own application can trigger :doc: ` custom events
15
+ </components/event_dispatcher>`.
16
16
17
17
All the examples shown in this article use the same ``KernelEvents::EXCEPTION ``
18
18
event for consistency purposes. In your own application, you can use any event
You can’t perform that action at this time.
0 commit comments