public function ExchangeRates::setWeight in Commerce Exchanger 8
File
- src/
Entity/ ExchangeRates.php, line 112
Class
- ExchangeRates
- Defines the Exchange rates entity.
Namespace
Drupal\commerce_exchanger\EntityCode
public function setWeight($weight) {
$this->weight = $weight;
return $weight;
}