You are here

public function PromotionInterface::getCompatibility in Commerce Core 8.2

Gets the promotion compatibility.

Return value

string The compatibility.

1 method overrides PromotionInterface::getCompatibility()
Promotion::getCompatibility in modules/promotion/src/Entity/Promotion.php
Gets the promotion compatibility.

File

modules/promotion/src/Entity/PromotionInterface.php, line 341

Class

PromotionInterface
Defines the interface for promotions.

Namespace

Drupal\commerce_promotion\Entity

Code

public function getCompatibility();