Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Function_.php
function Function_::getParams
Same name in this branch
11.1.x vendor/mck89/peast/lib/Peast/Syntax/Node/Function_.php
\Peast\Syntax\Node\Function_::getParams()
Overrides
FunctionLike::getParams
File
vendor/
nikic/
php-parser/
lib/
PhpParser/
Node/
Stmt/
Function_.php
, line 61
Class
Function_
Namespace
PhpParser\Node\Stmt
Code
public
function
getParams
() : array {
return
$this
->
params
; }
RSS feed