public function PromotionInterface::getCoupons in Commerce Core 8.2
Gets the coupons.
Return value
\Drupal\commerce_promotion\Entity\CouponInterface[] The coupons.
1 method overrides PromotionInterface::getCoupons()
- Promotion::getCoupons in modules/
promotion/ src/ Entity/ Promotion.php - Gets the coupons.
File
- modules/
promotion/ src/ Entity/ PromotionInterface.php, line 184
Class
- PromotionInterface
- Defines the interface for promotions.
Namespace
Drupal\commerce_promotion\EntityCode
public function getCoupons();