Home
last modified time | relevance | path

Searched refs:getExpressionParsers (Results 1 – 7 of 7) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Extension/
DAbstractExtension.php46 public function getExpressionParsers(): array function in Twig\\Extension\\AbstractExtension
DCoreExtension.php334 public function getExpressionParsers(): array function in Twig\\Extension\\CoreExtension
/template/twigstarter/vendor/twig/twig/src/TokenParser/
DApplyTokenParser.php38 …$op = $this->parser->getEnvironment()->getExpressionParsers()->getByClass(FilterExpressionParser::…
/template/twigstarter/vendor/twig/twig/src/
DExtensionSet.php436 public function getExpressionParsers(): ExpressionParsers function in Twig\\ExtensionSet
507 $this->expressionParsers->add($extension->getExpressionParsers());
DEnvironment.php936 public function getExpressionParsers(): ExpressionParsers function in Twig\\Environment
938 return $this->extensionSet->getExpressionParsers();
DParser.php65 $this->parsers = $env->getExpressionParsers();
DLexer.php530 foreach ($this->env->getExpressionParsers() as $expressionParser) {