You are here

public function CombinationOfferInterface::getOffers in Commerce Core 8.2

Gets the offers configured.

Return value

\Drupal\commerce_promotion\Plugin\Commerce\PromotionOffer\PromotionOfferInterface[] The offers configured.

1 method overrides CombinationOfferInterface::getOffers()
CombinationOffer::getOffers in modules/promotion/src/Plugin/Commerce/PromotionOffer/CombinationOffer.php
Gets the offers configured.

File

modules/promotion/src/Plugin/Commerce/PromotionOffer/CombinationOfferInterface.php, line 16

Class

CombinationOfferInterface
Defines the interface for the combination offer.

Namespace

Drupal\commerce_promotion\Plugin\Commerce\PromotionOffer

Code

public function getOffers();