You are here

public function FilterResponseEvent::getResponse in Zircon Profile 8.0

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

Returns the current response object.

Return value

Response

File

vendor/symfony/http-kernel/Event/FilterResponseEvent.php, line 48

Class

FilterResponseEvent
Allows to filter a Response object.

Namespace

Symfony\Component\HttpKernel\Event

Code

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