You are here

public function ShipmentPromotionOfferInterface::isDisplayInclusive in Commerce Shipping 8.2

Gets whether the offer is display inclusive.

Return value

bool TRUE if the offer is display inclusive, FALSE otherwise.

1 method overrides ShipmentPromotionOfferInterface::isDisplayInclusive()
ShipmentPromotionOfferBase::isDisplayInclusive in src/Plugin/Commerce/PromotionOffer/ShipmentPromotionOfferBase.php
Gets whether the offer is display inclusive.

File

src/Plugin/Commerce/PromotionOffer/ShipmentPromotionOfferInterface.php, line 18

Class

ShipmentPromotionOfferInterface
Defines the interface for shipment offers.

Namespace

Drupal\commerce_shipping\Plugin\Commerce\PromotionOffer

Code

public function isDisplayInclusive();