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

Breadcrumb

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

function Closure::getStmts

Return value

Node\Stmt[]

Overrides FunctionLike::getStmts

File

vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Closure.php, line 75

Class

Closure

Namespace

PhpParser\Node\Expr

Code

public function getStmts() : array {
    return $this->stmts;
}
RSS feed
Powered by Drupal