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