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

Breadcrumb

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

function Enum_::getSubNodeNames

File

vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/Enum_.php, line 37

Class

Enum_

Namespace

PhpParser\Node\Stmt

Code

public function getSubNodeNames() : array {
    return [
        'attrGroups',
        'name',
        'scalarType',
        'implements',
        'stmts',
    ];
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal