public function AdjustmentTypeInterface::getWeight in Commerce Core 8.2
Gets the adjustment type weight.
Return value
int The adjustment type weight.
1 method overrides AdjustmentTypeInterface::getWeight()
- AdjustmentType::getWeight in modules/
order/ src/ Plugin/ Commerce/ AdjustmentType/ AdjustmentType.php - Gets the adjustment type weight.
File
- modules/
order/ src/ Plugin/ Commerce/ AdjustmentType/ AdjustmentTypeInterface.php, line 48
Class
- AdjustmentTypeInterface
- Defines the interface for adjustment types.
Namespace
Drupal\commerce_order\Plugin\Commerce\AdjustmentTypeCode
public function getWeight();