You are here

public function TaxRateInterface::setLabel in Ubercart 8.4

The tax rate label.

Parameters

string $label: The tax rate label.

Return value

$this

1 method overrides TaxRateInterface::setLabel()
TaxRate::setLabel in uc_tax/src/Entity/TaxRate.php
The tax rate label.

File

uc_tax/src/TaxRateInterface.php, line 46

Class

TaxRateInterface
Defines a interface for a tax rate configuration entity.

Namespace

Drupal\uc_tax

Code

public function setLabel($label);