Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ExceptionEvent.php
function ExceptionEvent::isKernelTerminating
File
vendor/
symfony/
http-kernel/
Event/
ExceptionEvent.php
, line 78
Class
ExceptionEvent
Allows to create a response for a thrown exception.
Namespace
Symfony\Component\HttpKernel\Event
Code
public
function
isKernelTerminating
() : bool {
return
$this
->
isKernelTerminating
; }
RSS feed