Home
last modified time | relevance | path

Searched refs:ExpressionParserInterface (Results 1 – 8 of 8) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/ExpressionParser/
DExpressionParsers.php73 public function getByClass(string $class): ?ExpressionParserInterface
85 public function getByName(string $interface, string $name): ?ExpressionParserInterface
145 public static function getOperatorTokensFor(ExpressionParserInterface $parser): array
151 …hod will be part of the "%s" interface in 4.0.', $parser::class, ExpressionParserInterface::class);
DExpressionParserInterface.php22 interface ExpressionParserInterface interface
DAbstractExpressionParser.php14 abstract class AbstractExpressionParser implements ExpressionParserInterface
DPrefixExpressionParserInterface.php19 interface PrefixExpressionParserInterface extends ExpressionParserInterface
DInfixExpressionParserInterface.php19 interface InfixExpressionParserInterface extends ExpressionParserInterface
/template/twigstarter/vendor/twig/twig/src/Extension/
DExtensionInterface.php15 use Twig\ExpressionParser\ExpressionParserInterface; alias
/template/twigstarter/vendor/twig/twig/src/
DParser.php16 use Twig\ExpressionParser\ExpressionParserInterface; alias
601 …private function checkPrecedenceDeprecations(ExpressionParserInterface $expressionParser, Abstract…
/template/twigstarter/vendor/twig/twig/
DCHANGELOG51 …* Deprecate not implementing the `getOperatorTokens()` method in `ExpressionParserInterface` imple…