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