You are here

public function TaxRate::getWeight in Ubercart 8.4

The tax rate weight.

Return value

int The tax rate weight.

Overrides TaxRateInterface::getWeight

File

uc_tax/src/Entity/TaxRate.php, line 215

Class

TaxRate
Defines a tax rate configuration entity.

Namespace

Drupal\uc_tax\Entity

Code

public function getWeight() {
  return $this->weight;
}