public function KernelInterface::isDebug in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\HttpKernelCode
public function isDebug();