public function KernelInterface::isDebug

Checks if debug mode is enabled.

@api

Return value

Boolean true if debug mode is enabled, false otherwise

1 method overrides KernelInterface::isDebug()
Kernel::isDebug in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php
@api

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/KernelInterface.php, line 153

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function isDebug();