Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
LogicalExpression.php
function LogicalExpression::getRight
Returns the right expression
Return value
Expression
File
vendor/
mck89/
peast/
lib/
Peast/
Syntax/
Node/
LogicalExpression.php
, line 103
Class
LogicalExpression
A node that represents a logical expression. For example: a && b
Namespace
Peast\Syntax\Node
Code
public
function
getRight
() {
return
$this
->
right
; }
RSS feed