You are here

public function OrderItemPromotionOfferInterface::getConditionOperator in Commerce Core 8.2

Gets the condition operator.

Return value

string The condition operator. Possible values: AND, OR.

1 method overrides OrderItemPromotionOfferInterface::getConditionOperator()
OrderItemPromotionOfferBase::getConditionOperator in modules/promotion/src/Plugin/Commerce/PromotionOffer/OrderItemPromotionOfferBase.php
Gets the condition operator.

File

modules/promotion/src/Plugin/Commerce/PromotionOffer/OrderItemPromotionOfferInterface.php, line 37

Class

OrderItemPromotionOfferInterface
Defines the interface for order item offers.

Namespace

Drupal\commerce_promotion\Plugin\Commerce\PromotionOffer

Code

public function getConditionOperator();