You are here

public function ShippingQuoteMethodInterface::getWeight in Ubercart 8.4

Returns the weight of this shipping quote method (used for sorting).

Return value

int The shipping quote method weight.

1 method overrides ShippingQuoteMethodInterface::getWeight()
ShippingQuoteMethod::getWeight in shipping/uc_quote/src/Entity/ShippingQuoteMethod.php
Returns the weight of this shipping quote method (used for sorting).

File

shipping/uc_quote/src/ShippingQuoteMethodInterface.php, line 18

Class

ShippingQuoteMethodInterface
Provides an interface for defining shipping quote method entities.

Namespace

Drupal\uc_quote

Code

public function getWeight();