Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Variable.php
function Variable::getSubNodeNames
File
vendor/
nikic/
php-parser/
lib/
PhpParser/
Node/
Expr/
Variable.php
, line 22
Class
Variable
Namespace
PhpParser\Node\Expr
Code
public
function
getSubNodeNames
() : array {
return
[
'name'
, ]; }
RSS feed