You are here

public function ShippingQuotePluginInterface::getQuotes in Ubercart 8.4

Retrieves shipping quotes for this method.

Parameters

\Drupal\uc_order\OrderInterface $order: The order to retrieve the quotes for.

Return value

array An array of shipping quotes.

5 methods override ShippingQuotePluginInterface::getQuotes()
FlatRate::getQuotes in shipping/uc_quote/src/Plugin/Ubercart/ShippingQuote/FlatRate.php
Retrieves shipping quotes for this method.
PercentageRate::getQuotes in shipping/uc_quote/src/Plugin/Ubercart/ShippingQuote/PercentageRate.php
Retrieves shipping quotes for this method.
UPSRateBase::getQuotes in shipping/uc_ups/src/Plugin/Ubercart/ShippingQuote/UPSRateBase.php
Retrieves shipping quotes for this method.
USPSRateBase::getQuotes in shipping/uc_usps/src/Plugin/Ubercart/ShippingQuote/USPSRateBase.php
Retrieves shipping quotes for this method.
WeightQuote::getQuotes in shipping/uc_quote/src/Plugin/Ubercart/ShippingQuote/WeightQuote.php
Retrieves shipping quotes for this method.

File

shipping/uc_quote/src/ShippingQuotePluginInterface.php, line 43

Class

ShippingQuotePluginInterface
Defines an interface for shipping quote plugins.

Namespace

Drupal\uc_quote

Code

public function getQuotes(OrderInterface $order);