Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
FindingVisitor.php
FindingVisitor::$foundNodes
@var Node[] Found nodes
Type:
foundNodes
File
vendor/
nikic/
php-parser/
lib/
PhpParser/
NodeVisitor/
FindingVisitor.php
, line 16
Class
FindingVisitor
This visitor can be used to find and collect all nodes satisfying some criterion determined by a filter callback.
Namespace
PhpParser\NodeVisitor
Code
protected array $foundNodes;
RSS feed