You are here

public function ExchangeRatesInterface::getExchangerConfigName in Commerce Exchanger 8

Name of the configuration file where exchange rates are stored.

Return value

string Get machine config name where exchange rates are stored.

1 method overrides ExchangeRatesInterface::getExchangerConfigName()
ExchangeRates::getExchangerConfigName in src/Entity/ExchangeRates.php
Name of the configuration file where exchange rates are stored.

File

src/Entity/ExchangeRatesInterface.php, line 20

Class

ExchangeRatesInterface
Provides an interface for defining Exchange rates entities.

Namespace

Drupal\commerce_exchanger\Entity

Code

public function getExchangerConfigName();