You are here

public function TaxRatePluginInterface::getSummary in Ubercart 8.4

Returns a short description of this tax rate.

Return value

string The description.

1 method overrides TaxRatePluginInterface::getSummary()
PercentageTaxRate::getSummary in uc_tax/src/Plugin/Ubercart/TaxRate/PercentageTaxRate.php
Returns a short description of this tax rate.

File

uc_tax/src/TaxRatePluginInterface.php, line 21

Class

TaxRatePluginInterface
Defines an interface for TaxRate plugins.

Namespace

Drupal\uc_tax

Code

public function getSummary();