You are here

public function PromotionInterface::setConditionOperator in Commerce Core 8.2

Sets the condition operator.

Parameters

string $condition_operator: The condition operator.

Return value

$this

1 method overrides PromotionInterface::setConditionOperator()
Promotion::setConditionOperator in modules/promotion/src/Entity/Promotion.php
Sets the condition operator.

File

modules/promotion/src/Entity/PromotionInterface.php, line 168

Class

PromotionInterface
Defines the interface for promotions.

Namespace

Drupal\commerce_promotion\Entity

Code

public function setConditionOperator($condition_operator);