You are here

public function UPSRateBase::getDescription in Ubercart 8.4

Returns a description of this shipping quote.

Return value

string The description.

Overrides ShippingQuotePluginInterface::getDescription

File

shipping/uc_ups/src/Plugin/Ubercart/ShippingQuote/UPSRateBase.php, line 78

Class

UPSRateBase
Common functionality for UPS shipping quotes plugins.

Namespace

Drupal\uc_ups\Plugin\Ubercart\ShippingQuote

Code

public function getDescription() {
  return $this
    ->t('UPS');
}