public function PromotionInterface::setDescription in Commerce Core 8.2
Sets the promotion description.
Parameters
string $description: The promotion description.
Return value
$this
1 method overrides PromotionInterface::setDescription()
- Promotion::setDescription in modules/
promotion/ src/ Entity/ Promotion.php - Sets the promotion description.
File
- modules/
promotion/ src/ Entity/ PromotionInterface.php, line 78
Class
- PromotionInterface
- Defines the interface for promotions.
Namespace
Drupal\commerce_promotion\EntityCode
public function setDescription($description);