Home
last modified time | relevance | path

Searched refs:TokenParserInterface (Results 1 – 9 of 9) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
DTokenParserBroker.php13 use Twig\TokenParser\TokenParserInterface; alias
40 if (!$parser instanceof TokenParserInterface) {
53 public function addTokenParser(TokenParserInterface $parser)
58 public function removeTokenParser(TokenParserInterface $parser)
85 …* @return TokenParserInterface|null A Twig_TokenParserInterface or null if no suitable TokenParser…
DTokenParserInterface.php3 use Twig\TokenParser\TokenParserInterface; alias
8 class Twig_TokenParserInterface extends TokenParserInterface
DTokenParserBrokerInterface.php13 use Twig\TokenParser\TokenParserInterface; alias
31 …* @return TokenParserInterface|null A Twig_TokenParserInterface or null if no suitable TokenParser…
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
DExtensionInterface.php16 use Twig\TokenParser\TokenParserInterface; alias
40 * @return TokenParserInterface[]
DStagingExtension.php15 use Twig\TokenParser\TokenParserInterface; alias
73 public function addTokenParser(TokenParserInterface $parser)
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
DAbstractTokenParser.php21 abstract class AbstractTokenParser implements TokenParserInterface
DTokenParserInterface.php23 interface TokenParserInterface interface
/plugin/findologicxmlexport/vendor/twig/twig/src/
DEnvironment.php35 use Twig\TokenParser\TokenParserInterface; alias
1045 public function addTokenParser(TokenParserInterface $parser)
1075 * @return TokenParserInterface[]
1083 if ($parser instanceof TokenParserInterface) {
1590 if ($parser instanceof TokenParserInterface) {
DParser.php28 use Twig\TokenParser\TokenParserInterface; alias
196 … if (\is_array($test) && isset($test[0]) && $test[0] instanceof TokenParserInterface) {