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