You are here

public function GetResponseEvent::getResponse in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Event/GetResponseEvent.php \Symfony\Component\HttpKernel\Event\GetResponseEvent::getResponse()

Returns the response object.

Return value

Response

File

vendor/symfony/http-kernel/Event/GetResponseEvent.php, line 39

Class

GetResponseEvent
Allows to create a response for a request.

Namespace

Symfony\Component\HttpKernel\Event

Code

public function getResponse() {
  return $this->response;
}