Home
last modified time | relevance | path

Searched refs:getCode (Results 1 – 5 of 5) sorted by path

/template/twigstarter/vendor/twig/twig/src/Error/
H A DError.php69 $this->sourceCode = $source->getCode();
129 $this->sourceCode = $source->getCode();
219 $this->sourceCode = $src->getCode();
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1310 return $loader->getSourceContext($name)->getCode();
/template/twigstarter/vendor/twig/twig/src/
H A DLexer.php159 $this->code = str_replace(["\r\n", "\r"], "\n", $source->getCode());
H A DSource.php37 public function getCode(): string function in Twig\\Source
/template/twigstarter/vendor/twig/twig/src/Node/
H A DModuleNode.php443 … ->string($compiler->getEnvironment()->isDebug() ? $this->getSourceContext()->getCode() : '')