Searched refs:ExpressionParserInterface (Results 1 – 8 of 8) sorted by relevance
73 public function getByClass(string $class): ?ExpressionParserInterface85 public function getByName(string $interface, string $name): ?ExpressionParserInterface145 public static function getOperatorTokensFor(ExpressionParserInterface $parser): array151 …hod will be part of the "%s" interface in 4.0.', $parser::class, ExpressionParserInterface::class);
22 interface ExpressionParserInterface interface
14 abstract class AbstractExpressionParser implements ExpressionParserInterface
19 interface PrefixExpressionParserInterface extends ExpressionParserInterface
19 interface InfixExpressionParserInterface extends ExpressionParserInterface
15 use Twig\ExpressionParser\ExpressionParserInterface; alias
16 use Twig\ExpressionParser\ExpressionParserInterface; alias601 …private function checkPrecedenceDeprecations(ExpressionParserInterface $expressionParser, Abstract…
51 …* Deprecate not implementing the `getOperatorTokens()` method in `ExpressionParserInterface` imple…