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_taxCode
public function getLabel() {
return $this->label;
}