Searched refs:getByClass (Results 1 – 4 of 4) sorted by relevance
165 …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);
390 … $expr = $this->parsers->getByClass(LiteralExpressionParser::class)->parse($this, $token);
38 …$op = $this->parser->getEnvironment()->getExpressionParsers()->getByClass(FilterExpressionParser::…
73 public function getByClass(string $class): ?ExpressionParserInterface function in Twig\\ExpressionParser\\ExpressionParsers