public function FulfillmentMethodInterface::getWeight in Ubercart 8.4
Returns the weight of this fulfillment method (used for sorting).
Return value
int The fulfillment method weight.
1 method overrides FulfillmentMethodInterface::getWeight()
- FulfillmentMethod::getWeight in shipping/
uc_fulfillment/ src/ Entity/ FulfillmentMethod.php - Returns the weight of this fulfillment method (used for sorting).
File
- shipping/
uc_fulfillment/ src/ FulfillmentMethodInterface.php, line 18
Class
- FulfillmentMethodInterface
- Provides an interface for defining fulfillment method entities.
Namespace
Drupal\uc_fulfillmentCode
public function getWeight();