public function TaxRateInterface::setId in Ubercart 8.4
Sets the tax rate ID.
Parameters
string $id: The tax rate ID.
Return value
$this
1 method overrides TaxRateInterface::setId()
- TaxRate::setId in uc_tax/
src/ Entity/ TaxRate.php - Sets the tax rate ID.
File
- uc_tax/
src/ TaxRateInterface.php, line 20
Class
- TaxRateInterface
- Defines a interface for a tax rate configuration entity.
Namespace
Drupal\uc_taxCode
public function setId($id);