Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A 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…
H A DTokenParserBrokerInterface.php13 use Twig\TokenParser\TokenParserInterface; alias
31 …* @return TokenParserInterface|null A Twig_TokenParserInterface or null if no suitable TokenParser…
H A DTokenParserInterface.php3 use Twig\TokenParser\TokenParserInterface; alias
8 class Twig_TokenParserInterface extends TokenParserInterface
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A 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) {
H A DParser.php28 use Twig\TokenParser\TokenParserInterface; alias
196 … if (\is_array($test) && isset($test[0]) && $test[0] instanceof TokenParserInterface) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DExtensionInterface.php16 use Twig\TokenParser\TokenParserInterface; alias
40 * @return TokenParserInterface[]
H A DStagingExtension.php15 use Twig\TokenParser\TokenParserInterface; alias
73 public function addTokenParser(TokenParserInterface $parser)
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DAbstractTokenParser.php21 abstract class AbstractTokenParser implements TokenParserInterface
H A DTokenParserInterface.php23 interface TokenParserInterface interface