Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TerminateEvent.php

function TerminateEvent::getResponse

File

vendor/symfony/http-kernel/Event/TerminateEvent.php, line 36

Class

TerminateEvent
Allows to execute logic after a response was sent.

Namespace

Symfony\Component\HttpKernel\Event

Code

public function getResponse() : Response {
    return $this->response;
}
RSS feed
Powered by Drupal