Skip to content
You are viewing an outdated version of the documentation.
Click here to switch to the stable version (v6.6), or use the version switcher on the left to navigate between versions.

Events

The Shopware\App\SDK\AppLifecycle and Shopware\App\SDK\Registration\RegistrationService class accepts a PSR event dispatcher. When a PSR Dispatcher is passed, the following events will be fired:

With that event, you can react to several actions during the app lifecycle or a registration process to run your code.