Returns the kernel in which this event was thrown.
Return value
HttpKernelInterface
File
- drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/PostResponseEvent.php, line 48
Class
- PostResponseEvent
- Allows to execute logic after a response was sent
Namespace
Symfony\Component\HttpKernel\Event
Code
public function getKernel() {
return $this->kernel;
}