public function PromotionInterface::getConditionOperator in Commerce Core 8.2
Gets the condition operator.
Return value
string The condition operator. Possible values: AND, OR.
1 method overrides PromotionInterface::getConditionOperator()
- Promotion::getConditionOperator in modules/
promotion/ src/ Entity/ Promotion.php - Gets the condition operator.
File
- modules/
promotion/ src/ Entity/ PromotionInterface.php, line 158
Class
- PromotionInterface
- Defines the interface for promotions.
Namespace
Drupal\commerce_promotion\EntityCode
public function getConditionOperator();