AutoSubscriber
in package
implements
AutoServiceInterface, EventSubscriberInterface
uses
AutoServiceTrait
AbstractYes
AutoSubscriber allows child classes to listen to events.
Child classes must implement the getSubscribedEvents
method, and the callbacks
it returns will be automatically registered.
This class implies @service @internal on all subclasses.
Table of Contents
Interfaces
- AutoServiceInterface
- The CiviCRM container will automatically load classes that implement AutoServiceInterface.
- EventSubscriberInterface