You are here

OrderPromotionOfferInterface.php in Commerce Core 8.2

File

modules/promotion/src/Plugin/Commerce/PromotionOffer/OrderPromotionOfferInterface.php
View source
<?php

namespace Drupal\commerce_promotion\Plugin\Commerce\PromotionOffer;


/**
 * Defines the interface for order offers.
 */
interface OrderPromotionOfferInterface extends PromotionOfferInterface {

}

Interfaces

Namesort descending Description
OrderPromotionOfferInterface Defines the interface for order offers.