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\EntityCode
public function getWeight() {
return $this->weight;
}