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