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