Searched refs:TokenParserInterface (Results 1 – 9 of 9) sorted by relevance
20 use Twig\TokenParser\TokenParserInterface; alias37 * @return TokenParserInterface[]
15 use Twig\TokenParser\TokenParserInterface; alias73 public function addTokenParser(TokenParserInterface $parser): void
24 interface TokenParserInterface interface
25 abstract class AbstractTokenParser implements TokenParserInterface
28 use Twig\TokenParser\TokenParserInterface; alias302 public function addTokenParser(TokenParserInterface $parser): void312 * @return TokenParserInterface[]323 public function getTokenParser(string $name): ?TokenParserInterface493 if (!$parser instanceof TokenParserInterface) {
37 use Twig\TokenParser\TokenParserInterface; alias715 public function addTokenParser(TokenParserInterface $parser)721 * @return TokenParserInterface[]733 public function getTokenParser(string $name): ?TokenParserInterface
37 use Twig\TokenParser\TokenParserInterface; alias216 … if (\is_array($callable) && $callable[0] instanceof TokenParserInterface) {
20 use Twig\TokenParser\TokenParserInterface; alias
238 * Deprecate returning "null" from "TokenParserInterface::parse()".