Home
last modified time | relevance | path

Searched refs:BodyNode (Results 1 – 7 of 7) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Profiler/NodeVisitor/
DProfilerNodeVisitor.php16 use Twig\Node\BodyNode; alias
50 $node->setNode('body', new BodyNode([
56 $node->setNode('body', new BodyNode([
/template/twigstarter/vendor/twig/twig/src/Node/
DMacroNode.php31 * @param BodyNode $body
36 if (!$body instanceof BodyNode) {
37 …e "body" argument of the "%s" constructor is deprecated ("%s" given).', BodyNode::class, static::c…
DBodyNode.php22 class BodyNode extends Node class
DModuleNode.php34 * @param BodyNode $body
38 if (!$body instanceof BodyNode) {
39 …nstance as the "body" argument of the "%s" constructor is deprecated.', BodyNode::class, static::c…
449 if ($this->getNode('body') instanceof BodyNode) {
/template/twigstarter/vendor/twig/twig/src/TokenParser/
DMacroTokenParser.php15 use Twig\Node\BodyNode; alias
57 … $this->parser->setMacro($name, new MacroNode($name, new BodyNode([$body]), $arguments, $lineno));
/template/twigstarter/vendor/twig/twig/src/
DParser.php24 use Twig\Node\BodyNode; alias
130 new BodyNode([$body]),
296 $this->blocks[$name] = new BodyNode([$value], [], $value->getTemplateLine());
/template/twigstarter/vendor/twig/twig/
DCHANGELOG237 …* Deprecate not passing a `BodyNode` instance as the body of a `ModuleNode` or `MacroNode` constru…