public function Twig_Node::getNodeTag

Overrides Twig_NodeInterface::getNodeTag

File

drupal/core/vendor/twig/twig/lib/Twig/Node.php, line 115

Class

Twig_Node
Represents a node in the AST.

Code

public function getNodeTag() {
  return $this->tag;
}