Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DFilterTokenParser.php48 $this->parser->setBlock($name, $block);
H A DBlockTokenParser.php40 $this->parser->setBlock($name, $block = new BlockNode($name, new Node([]), $lineno));
/template/twigstarter/vendor/twig/twig/src/
H A DParser.php232 public function setBlock($name, BlockNode $value) function in Twig\\Parser