You are here

public function ExchangeRates::setPluginId in Commerce Exchanger 8

1 call to ExchangeRates::setPluginId()
ExchangeRates::set in src/Entity/ExchangeRates.php
Sets the value of a property.

File

src/Entity/ExchangeRates.php, line 134

Class

ExchangeRates
Defines the Exchange rates entity.

Namespace

Drupal\commerce_exchanger\Entity

Code

public function setPluginId($plugin_id) {
  $this->plugin = $plugin_id;
  $this->configuration = [];
  $this->pluginCollection = NULL;
  return $this;
}