Skip to content

EventDispatcherServiceProvider

github-actions edited this page Apr 6, 2026 · 1 revision

Register the event-dispatcher services exposed by this package.


  • Full name: \FastForward\EventDispatcher\ServiceProvider\EventDispatcherServiceProvider
  • This class is marked as final and can't be subclassed
  • This class implements: ServiceProviderInterface
  • This class is a Final class

Methods

getFactories

Return the service factories provided by this library.

public getFactories(): array<class-string,mixed>

Return Value:

factory definitions keyed by service identifier


getExtensions

Return service extensions applied after factory creation.

public getExtensions(): array<class-string,object>

Return Value:

extension callbacks keyed by service identifier


Clone this wiki locally