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

Breadcrumb

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

function PropertyFetch::getSubNodeNames

File

vendor/nikic/php-parser/lib/PhpParser/Node/Expr/PropertyFetch.php, line 28

Class

PropertyFetch

Namespace

PhpParser\Node\Expr

Code

public function getSubNodeNames() : array {
    return [
        'var',
        'name',
    ];
}
RSS feed
Powered by Drupal