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