Home
last modified time | relevance | path

Searched refs:getByClass (Results 1 – 4 of 4) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
DExpressionParser.php165 …return $parsers->getValue($this->parser)->getByClass(DotExpressionParser::class)->parse($this->par…
168 …return $parsers->getValue($this->parser)->getByClass(SquareBracketExpressionParser::class)->parse(…
192 $op = $parsers->getValue($this->parser)->getByClass(FilterExpressionParser::class);
DParser.php390 … $expr = $this->parsers->getByClass(LiteralExpressionParser::class)->parse($this, $token);
/template/twigstarter/vendor/twig/twig/src/TokenParser/
DApplyTokenParser.php38 …$op = $this->parser->getEnvironment()->getExpressionParsers()->getByClass(FilterExpressionParser::…
/template/twigstarter/vendor/twig/twig/src/ExpressionParser/
DExpressionParsers.php73 public function getByClass(string $class): ?ExpressionParserInterface function in Twig\\ExpressionParser\\ExpressionParsers