Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
FirstFindingVisitor.php
FirstFindingVisitor::$foundNode
@var null|Node Found node
Type:
foundNode
File
vendor/
nikic/
php-parser/
lib/
PhpParser/
NodeVisitor/
FirstFindingVisitor.php
, line 17
Class
FirstFindingVisitor
This visitor can be used to find the first node satisfying some criterion determined by a filter callback.
Namespace
PhpParser\NodeVisitor
Code
protected ?Node $foundNode;
RSS feed