Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables::getDebug PHP Method

getDebug() public method

public getDebug ( ) : boolean
return boolean The current debug mode
    public function getDebug()
    {
        return (bool) $this->container->getParameter('kernel.debug');
    }