@Goddard look for listeners in the code base. You can use this skeleton that @adunsulag created. Use this as your road map to building modules. If you look at the modules that are in the system now and trace down the event listeners that are in the module do the event and then locate the dispatcher. You can piece together how the Symfony dispatch system works. I have included a link to the docs for the Symfony dispatch system on listeners.
1 Like