public function ExchangeRates::getPluginCollections in Commerce Exchanger 8
File
- src/
Entity/ ExchangeRates.php, line 160
Class
- ExchangeRates
- Defines the Exchange rates entity.
Namespace
Drupal\commerce_exchanger\EntityCode
public function getPluginCollections() {
return [
'configuration' => $this
->getPluginCollection(),
];
}