You are here

public function TaxNumberTypeInterface::getLabel in Commerce Core 8.2

Gets the tax number type label.

Return value

string The tax number type label.

1 method overrides TaxNumberTypeInterface::getLabel()
TaxNumberTypeBase::getLabel in modules/tax/src/Plugin/Commerce/TaxNumberType/TaxNumberTypeBase.php
Gets the tax number type label.

File

modules/tax/src/Plugin/Commerce/TaxNumberType/TaxNumberTypeInterface.php, line 19

Class

TaxNumberTypeInterface
Defines the base interface for tax number types.

Namespace

Drupal\commerce_tax\Plugin\Commerce\TaxNumberType

Code

public function getLabel();