You are here

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

Code

public function getPluginCollections() {
  return [
    'configuration' => $this
      ->getPluginCollection(),
  ];
}