public function KernelEvent::getRequest in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/Event/KernelEvent.php \Symfony\Component\HttpKernel\Event\KernelEvent::getRequest()
Returns the request the kernel is currently processing.
Return value
File
- vendor/
symfony/ http-kernel/ Event/ KernelEvent.php, line 69
Class
- KernelEvent
- Base class for events thrown in the HttpKernel component.
Namespace
Symfony\Component\HttpKernel\EventCode
public function getRequest() {
return $this->request;
}