function TwigNodeVisitor::doEnterNode

File

core/lib/Drupal/Core/Template/TwigNodeVisitor.php, line 31

Class

TwigNodeVisitor
Provides a TwigNodeVisitor to change the generated parse-tree.

Namespace

Drupal\Core\Template

Code

protected function doEnterNode(Node $node, Environment $env) {
  return $node;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.