public function TaxRateInterface::setWeight in Ubercart 8.4
The tax rate weight.
Parameters
int $weight: The tax rate weight.
Return value
$this
1 method overrides TaxRateInterface::setWeight()
- TaxRate::setWeight in uc_tax/
src/ Entity/ TaxRate.php - The tax rate weight.
File
- uc_tax/
src/ TaxRateInterface.php, line 100
Class
- TaxRateInterface
- Defines a interface for a tax rate configuration entity.
Namespace
Drupal\uc_taxCode
public function setWeight($weight);