You are here

public function KernelInterface::isDebug in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/KernelInterface.php \Symfony\Component\HttpKernel\KernelInterface::isDebug()

Checks if debug mode is enabled.

Return value

bool true if debug mode is enabled, false otherwise

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 132

Class

KernelInterface
The Kernel is the heart of the Symfony system.

Namespace

Symfony\Component\HttpKernel

Code

public function isDebug();