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