You are here

public function TaxRate::getLabel in Commerce Core 8.2

Gets the label.

For example: "Standard".

Return value

string The label.

File

modules/tax/src/TaxRate.php, line 82

Class

TaxRate
Represents a tax rate.

Namespace

Drupal\commerce_tax

Code

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