You are here

public function ShippingQuotePluginInterface::getDescription in Ubercart 8.4

Returns a description of this shipping quote.

Return value

string The description.

5 methods override ShippingQuotePluginInterface::getDescription()
FlatRate::getDescription in shipping/uc_quote/src/Plugin/Ubercart/ShippingQuote/FlatRate.php
Returns a description of this shipping quote.
PercentageRate::getDescription in shipping/uc_quote/src/Plugin/Ubercart/ShippingQuote/PercentageRate.php
Returns a description of this shipping quote.
UPSRateBase::getDescription in shipping/uc_ups/src/Plugin/Ubercart/ShippingQuote/UPSRateBase.php
Returns a description of this shipping quote.
USPSRateBase::getDescription in shipping/uc_usps/src/Plugin/Ubercart/ShippingQuote/USPSRateBase.php
Returns a description of this shipping quote.
WeightQuote::getDescription in shipping/uc_quote/src/Plugin/Ubercart/ShippingQuote/WeightQuote.php
Returns a description of this shipping quote.

File

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

Class

ShippingQuotePluginInterface
Defines an interface for shipping quote plugins.

Namespace

Drupal\uc_quote

Code

public function getDescription();