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