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