kernel_terminate_subscriber
class kernel_terminate_subscriber implements EventSubscriberInterface
Methods
void
on_kernel_terminate(PostResponseEvent $event)
This listener is run when the KernelEvents::TERMINATE event is triggered This comes after a Response has been sent to the server; this is primarily cleanup stuff.
static
getSubscribedEvents()
No description
Details
at line 30
void
on_kernel_terminate(PostResponseEvent $event)
This listener is run when the KernelEvents::TERMINATE event is triggered This comes after a Response has been sent to the server; this is primarily cleanup stuff.
at line 37
static
getSubscribedEvents()
No description