Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
IfStatement.php
IfStatement::$alternate
The "else" statement
Type:
Statement
File
vendor/
mck89/
peast/
lib/
Peast/
Syntax/
Node/
IfStatement.php
, line 50
Class
IfStatement
A node that represents an if statement. For example: if (test) {} else {}
Namespace
Peast\Syntax\Node
Code
protected $alternate;
RSS feed