Searched refs:addTokenParser (Results 1 – 8 of 8) sorted by relevance
29 $twig->addTokenParser(new SimpleTokenParser($tag, $grammar));
73 public function addTokenParser(TokenParserInterface $parser) function in Twig\\Extension\\StagingExtension
53 public function addTokenParser(TokenParserInterface $parser) function in Twig_TokenParserBroker
136 $twig->addTokenParser(new TestTokenParser());
1045 public function addTokenParser(TokenParserInterface $parser) function in Twig\\Environment1051 $this->staging->addTokenParser($parser);1591 $this->parsers->addTokenParser($parser);
397 Adding a tag is as simple as calling the ``addTokenParser`` method on the401 $twig->addTokenParser(new Project_Set_TokenParser());
456 Adding a tag is as simple as calling the ``addTokenParser`` method on the460 $twig->addTokenParser(new Project_Set_TokenParser());
692 …s are loaded (addFilter/addFunction/addGlobal/addTest/addNodeVisitor/addTokenParser/addExtension c…