You are here

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\Entity

Code

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