Checks if debug mode is enabled.
@api
Return value
Boolean true if debug mode is enabled, false otherwise
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();