You are here

public function PromotionInterface::getDescription in Commerce Core 8.2

Gets the promotion description.

Return value

string The promotion description.

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

File

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

Class

PromotionInterface
Defines the interface for promotions.

Namespace

Drupal\commerce_promotion\Entity

Code

public function getDescription();