MediaWiki master
DomainEventSubscriber.php
Go to the documentation of this file.
1<?php
2
4
17
21 public function registerListeners( DomainEventSource $eventSource ): void;
22
23}
Service object for registering listeners for domain events.
Objects implementing DomainEventSubscriber represent a collection of related event listeners.
registerListeners(DomainEventSource $eventSource)
Registers listeners with the given $eventSource.