public function TaxNumberTypeBase::getLabel in Commerce Core 8.2
Gets the tax number type label.
Return value
string The tax number type label.
Overrides TaxNumberTypeInterface::getLabel
File
- modules/
tax/ src/ Plugin/ Commerce/ TaxNumberType/ TaxNumberTypeBase.php, line 15
Class
- TaxNumberTypeBase
- Provides the base class for tax number types.
Namespace
Drupal\commerce_tax\Plugin\Commerce\TaxNumberTypeCode
public function getLabel() {
return (string) $this->pluginDefinition['label'];
}