RequestCloseSubscriber
class RequestCloseSubscriber implements EventSubscriberInterface (View source)
Subscriber for all responses.
Properties
| protected ModuleHandlerInterface | $moduleHandler |
Methods
__construct(ModuleHandlerInterface $module_handler)
Constructs a new RequestCloseSubscriber instance.
onTerminate(TerminateEvent $event)
Performs end of request tasks.
static array
getSubscribedEvents()
Registers the methods in this class that should be listeners.
Details
__construct(ModuleHandlerInterface $module_handler)
Constructs a new RequestCloseSubscriber instance.
onTerminate(TerminateEvent $event)
Performs end of request tasks.
static array
getSubscribedEvents()
Registers the methods in this class that should be listeners.