public function PostResponseEvent::getResponse

Returns the response for which this event was thrown.

Return value

Response

File

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

Class

PostResponseEvent
Allows to execute logic after a response was sent

Namespace

Symfony\Component\HttpKernel\Event

Code

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