Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Identifier.php
Identifier::$name
Same name in this branch
11.1.x vendor/mck89/peast/lib/Peast/Syntax/Node/Identifier.php
\Peast\Syntax\Node\Identifier::name
@psalm-var non-empty-string
Type:
string Identifier as string
File
vendor/
nikic/
php-parser/
lib/
PhpParser/
Node/
Identifier.php
, line 15
Class
Identifier
Represents a non-namespaced name. Namespaced names are represented using Name nodes.
Namespace
PhpParser\Node
Code
public string $name;
RSS feed