public function KernelEvent::getRequest

Returns the request the kernel is currently processing

@api

Return value

Symfony\Component\HttpFoundation\Request

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/KernelEvent.php, line 72

Class

KernelEvent
Base class for events thrown in the HttpKernel component

Namespace

Symfony\Component\HttpKernel\Event

Code

public function getRequest() {
  return $this->request;
}