Home
last modified time | relevance | path

Searched refs:getNodeTag (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DSandboxNodeVisitor.php53 if ($node->getNodeTag() && !isset($this->tags[$node->getNodeTag()])) {
54 $this->tags[$node->getNodeTag()] = $node;
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DNodeInterface.php33 public function getNodeTag(); function
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DCheckToStringNode.php31 parent::__construct(['expr' => $expr], [], $expr->getTemplateLine(), $expr->getNodeTag());
H A DNode.php140 public function getNodeTag() function in Twig\\Node\\Node