Skip to content

Commit

Permalink
Update docs/plugins/event_listeners.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Ruth Cheesley <[email protected]>
  • Loading branch information
ifeoluwafavour and RCheesley authored Oct 8, 2024
1 parent 85d9f27 commit 46f4ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/event_listeners.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Available events

There are many events available throughout Mautic. Depending on what you're trying to implement, look at the ``*Event.php`` for the core bundle, located in the root of the bundle. For example, the ``app\bundles\LeadBundle\LeadEvents.php`` file defines and describes events relating to Contacts. The final classes provide the names of the events to listen to. Always use the event constants to ensure future changes to event names won't break the Plugin.

Custom Events
Custom events
-------------
A Plugin can create and dispatch its own events.

Expand Down

0 comments on commit 46f4ed4

Please sign in to comment.