You are here

public function ExchangeRates::getWeight in Commerce Exchanger 8

File

src/Entity/ExchangeRates.php, line 105

Class

ExchangeRates
Defines the Exchange rates entity.

Namespace

Drupal\commerce_exchanger\Entity

Code

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