Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. AbstractNodeVisitor.php

function AbstractNodeVisitor::enterNode

Same name in this branch
  1. 11.1.x vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php \Twig\NodeVisitor\AbstractNodeVisitor::enterNode()

Overrides NodeVisitor::enterNode

1 method overrides AbstractNodeVisitor::enterNode()
CloningVisitor::enterNode in vendor/phpstan/phpdoc-parser/src/Ast/NodeVisitor/CloningVisitor.php
* Called when entering a node. * * Return value semantics: * * null * => $node stays as-is * * array (of Nodes) * => The return value is merged into the parent array (at the position of the $node) * *…

File

vendor/phpstan/phpdoc-parser/src/Ast/AbstractNodeVisitor.php, line 19

Class

AbstractNodeVisitor
Inspired by https://github.com/nikic/PHP-Parser/tree/36a6dcd04e7b0285e8f0868f44bd49…

Namespace

PHPStan\PhpDocParser\Ast

Code

public function enterNode(Node $node) {
    return null;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal