Home
last modified time | relevance | path

Searched refs:setMacro (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DMacroTokenParser.php51 …$this->parser->setMacro($name, new MacroNode($name, new BodyNode([$body]), $arguments, $lineno, $t…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DParserTest.php30 …$parser->setMacro('parent', $this->getMockBuilder('\Twig\Node\MacroNode')->disableOriginalConstruc…
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php287 public function setMacro($name, MacroNode $node) function in Twig\\Parser