You are here

public function ExchangeRates::getPluginId in Commerce Exchanger 8

File

src/Entity/ExchangeRates.php, line 127

Class

ExchangeRates
Defines the Exchange rates entity.

Namespace

Drupal\commerce_exchanger\Entity

Code

public function getPluginId() {
  return $this->plugin;
}