Home
last modified time | relevance | path

Searched refs:isDebug (Results 1 – 8 of 8) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
H A DTemplate.php224 if ($this->env->isDebug()) {
249 if ($this->env->isDebug()) {
384 if ($this->env->isDebug()) {
H A DTemplateWrapper.php95 if ($this->env->isDebug()) {
H A DEnvironment.php183 public function isDebug() function in Twig\\Environment
/template/twigstarter/vendor/twig/twig/src/Node/
H A DSpacelessNode.php37 if ($compiler->getEnvironment()->isDebug()) {
H A DSetNode.php60 if ($compiler->getEnvironment()->isDebug()) {
H A DMacroNode.php92 if ($compiler->getEnvironment()->isDebug()) {
H A DModuleNode.php443 … ->string($compiler->getEnvironment()->isDebug() ? $this->getSourceContext()->getCode() : '')
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DDebugExtension.php45 if (!$env->isDebug()) {