public function ExchangeRates::getPluginConfiguration in Commerce Exchanger 8
1 call to ExchangeRates::getPluginConfiguration()
- ExchangeRates::preSave in src/
Entity/ ExchangeRates.php - Acts on an entity before the presave hook is invoked.
File
- src/
Entity/ ExchangeRates.php, line 144
Class
- ExchangeRates
- Defines the Exchange rates entity.
Namespace
Drupal\commerce_exchanger\EntityCode
public function getPluginConfiguration() {
return $this->configuration;
}