You are here

public function TaxZone::getDisplayLabel in Commerce Core 8.2

Gets the display label.

Used to identify the applied tax in order summaries.

Return value

string The display label.

File

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

Class

TaxZone
Represents a tax zone.

Namespace

Drupal\commerce_tax

Code

public function getDisplayLabel() {
  return $this->displayLabel;
}