You are here

namespace Drupal\commerce_promotion\Plugin\Commerce\PromotionOffer in Commerce Core 8.2

Classsort descending Location Description
BuyXGetY modules/promotion/src/Plugin/Commerce/PromotionOffer/BuyXGetY.php Provides the "Buy X Get Y" offer for orders.
CombinationOffer modules/promotion/src/Plugin/Commerce/PromotionOffer/CombinationOffer.php Provides the 'combination_offer' offer plugin.
CombinationOfferInterface modules/promotion/src/Plugin/Commerce/PromotionOffer/CombinationOfferInterface.php Defines the interface for the combination offer.
FixedAmountOffTrait modules/promotion/src/Plugin/Commerce/PromotionOffer/FixedAmountOffTrait.php Provides common configuration for fixed amount off offers.
OrderFixedAmountOff modules/promotion/src/Plugin/Commerce/PromotionOffer/OrderFixedAmountOff.php Provides the fixed amount off offer for orders.
OrderItemFixedAmountOff modules/promotion/src/Plugin/Commerce/PromotionOffer/OrderItemFixedAmountOff.php Provides the percentage off offer for order items.
OrderItemPercentageOff modules/promotion/src/Plugin/Commerce/PromotionOffer/OrderItemPercentageOff.php Provides the percentage off offer for order items.
OrderItemPromotionOfferBase modules/promotion/src/Plugin/Commerce/PromotionOffer/OrderItemPromotionOfferBase.php Provides the base class for order item offers.
OrderItemPromotionOfferInterface modules/promotion/src/Plugin/Commerce/PromotionOffer/OrderItemPromotionOfferInterface.php Defines the interface for order item offers.
OrderPercentageOff modules/promotion/src/Plugin/Commerce/PromotionOffer/OrderPercentageOff.php Provides the percentage off offer for orders.
OrderPromotionOfferBase modules/promotion/src/Plugin/Commerce/PromotionOffer/OrderPromotionOfferBase.php Provides the base class for order offers.
OrderPromotionOfferInterface modules/promotion/src/Plugin/Commerce/PromotionOffer/OrderPromotionOfferInterface.php Defines the interface for order offers.
PercentageOffTrait modules/promotion/src/Plugin/Commerce/PromotionOffer/PercentageOffTrait.php Provides common configuration for percentage off offers.
PromotionOfferBase modules/promotion/src/Plugin/Commerce/PromotionOffer/PromotionOfferBase.php Provides the base class for offers.
PromotionOfferInterface modules/promotion/src/Plugin/Commerce/PromotionOffer/PromotionOfferInterface.php Defines the base interface for offers.