Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
YieldExpression.php
function YieldExpression::getArgument
Returns yield argument
Return value
Expression
File
vendor/
mck89/
peast/
lib/
Peast/
Syntax/
Node/
YieldExpression.php
, line 48
Class
YieldExpression
A node that represents a yield statement.
Namespace
Peast\Syntax\Node
Code
public
function
getArgument
() {
return
$this
->
argument
; }
RSS feed