public function PromotionInterface::getConditions in Commerce Core 8.2
Gets the conditions.
Return value
\Drupal\commerce\Plugin\Commerce\Condition\ConditionInterface[] The conditions.
1 method overrides PromotionInterface::getConditions()
- Promotion::getConditions in modules/
promotion/ src/ Entity/ Promotion.php - Gets the conditions.
File
- modules/
promotion/ src/ Entity/ PromotionInterface.php, line 140
Class
- PromotionInterface
- Defines the interface for promotions.
Namespace
Drupal\commerce_promotion\EntityCode
public function getConditions();