You are here

public function TaxTypeInterface::getLabel in Commerce Core 8.2

Gets the tax type label.

Return value

string The tax type label.

1 method overrides TaxTypeInterface::getLabel()
TaxTypeBase::getLabel in modules/tax/src/Plugin/Commerce/TaxType/TaxTypeBase.php
Gets the tax type label.

File

modules/tax/src/Plugin/Commerce/TaxType/TaxTypeInterface.php, line 29

Class

TaxTypeInterface
Defines the base interface for tax types.

Namespace

Drupal\commerce_tax\Plugin\Commerce\TaxType

Code

public function getLabel();