Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
UnaryExpression.php
UnaryExpression::$operator
Expression's operator
Type:
string
File
vendor/
mck89/
peast/
lib/
Peast/
Syntax/
Node/
UnaryExpression.php
, line 36
Class
UnaryExpression
A node that represents a unary expression. For example: !a
Namespace
Peast\Syntax\Node
Code
protected $operator;
RSS feed