Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
KernelInterface.php
function KernelInterface::isDebug
Checks if debug mode is enabled.
1 method overrides
KernelInterface::isDebug()
Kernel::isDebug
in vendor/
symfony/
http-kernel/
Kernel.php
Checks if debug mode is enabled.
File
vendor/
symfony/
http-kernel/
KernelInterface.php
, line 96
Class
KernelInterface
The Kernel is the heart of the Symfony system.
Namespace
Symfony\Component\HttpKernel
Code
public
function
isDebug
() : bool;
RSS feed