Registry /
other / spryker-event-dispatcher-extension
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
EventDispatcherPluginInterface
✓ use Spryker\Zed\EventDispatcherExtension\Dependency\Plugin\EventDispatcherPluginInterface;
Implement the plugin interface to extend event dispatching.
use Spryker\Zed\EventDispatcherExtension\Dependency\Plugin\EventDispatcherPluginInterface;
class MyPlugin implements EventDispatcherPluginInterface
{
public function extend(EventDispatcherInterface $eventDispatcher, Application $application): void
{
// Add event subscribers
}
}
Debug
Known issues
No known issues recorded.
Audit
Dependencies
No dependency data recorded yet.