Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ClassMethod.php
function ClassMethod::getStmts
Overrides
FunctionLike::getStmts
File
vendor/
nikic/
php-parser/
lib/
PhpParser/
Node/
Stmt/
ClassMethod.php
, line 93
Class
ClassMethod
Namespace
PhpParser\Node\Stmt
Code
public
function
getStmts
() : ?array {
return
$this
->
stmts
; }
RSS feed