You are here

public function USPSDomesticRate::getDescription in Ubercart 8.4

Returns a description of this shipping quote.

Return value

string The description.

Overrides USPSRateBase::getDescription

File

shipping/uc_usps/src/Plugin/Ubercart/ShippingQuote/USPSDomesticRate.php, line 82

Class

USPSDomesticRate
Provides a percentage rate shipping quote plugin.

Namespace

Drupal\uc_usps\Plugin\Ubercart\ShippingQuote

Code

public function getDescription() {
  return $this
    ->t('USPS Web Tools® rate');
}