Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
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