Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. BinaryOp.php

function BinaryOp::getOperatorSigil

Get the operator sigil for this binary operation.

In the case there are multiple possible sigils for an operator, this method does not necessarily return the one used in the parsed code.

27 methods override BinaryOp::getOperatorSigil()
BitwiseAnd::getOperatorSigil in vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseAnd.php
Get the operator sigil for this binary operation.
BitwiseOr::getOperatorSigil in vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseOr.php
Get the operator sigil for this binary operation.
BitwiseXor::getOperatorSigil in vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BitwiseXor.php
Get the operator sigil for this binary operation.
BooleanAnd::getOperatorSigil in vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanAnd.php
Get the operator sigil for this binary operation.
BooleanOr::getOperatorSigil in vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp/BooleanOr.php
Get the operator sigil for this binary operation.

... See full list

File

vendor/nikic/php-parser/lib/PhpParser/Node/Expr/BinaryOp.php, line 36

Class

BinaryOp

Namespace

PhpParser\Node\Expr

Code

public abstract function getOperatorSigil() : string;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal