You are here

public function OrderItemPromotionOfferInterface::getConditions in Commerce Core 8.2

Gets the conditions.

Return value

\Drupal\commerce\Plugin\Commerce\Condition\ConditionInterface[] The conditions.

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

File

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

Class

OrderItemPromotionOfferInterface
Defines the interface for order item offers.

Namespace

Drupal\commerce_promotion\Plugin\Commerce\PromotionOffer

Code

public function getConditions();