You are here

public function TaxRate::getLabel in Ubercart 8.4

The tax rate label.

Return value

string The tax rate label.

Overrides TaxRateInterface::getLabel

File

uc_tax/src/Entity/TaxRate.php, line 155

Class

TaxRate
Defines a tax rate configuration entity.

Namespace

Drupal\uc_tax\Entity

Code

public function getLabel() {
  return $this
    ->label();
}