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