Skip to content

Commit

Permalink
Update docs/en/reference/events.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Claudio Zizza <859964+SenseException@users.noreply.github.com>
  • Loading branch information
ThomasLandauer and SenseException committed Nov 2, 2021
1 parent 2283654 commit 20b868f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ There are two ways to set up an event handler:

* For *all events* you can create a Lifecycle Event Listener or Subscriber class and register
it by calling ``$eventManager->addEventListener()`` or ``eventManager->addEventSubscriber()``,
see :ref:`listening-and-subscribing-to-lifecycle-events`. These are more powerful than lifecycle callbacks.
see :ref:`listening-and-subscribing-to-lifecycle-events`.
* For *some events* (see table below), you can create a *Lifecycle Callback* method in the
entity, see :ref:`lifecycle-callbacks`.

Expand Down

0 comments on commit 20b868f

Please sign in to comment.