You are here

public function ConditionGroup::getOperator in Commerce Core 8.2

Gets the operator.

Return value

string The operator. Possible values: AND, OR.

File

src/ConditionGroup.php, line 66

Class

ConditionGroup
Represents a condition group.

Namespace

Drupal\commerce

Code

public function getOperator() : string {
  return $this->operator;
}