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