You are here

public function TaxZone::getLabel in Commerce Core 8.2

Gets the label.

Return value

string The label.

File

modules/tax/src/TaxZone.php, line 94

Class

TaxZone
Represents a tax zone.

Namespace

Drupal\commerce_tax

Code

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