public function ExchangerCalculatorInterface::getExchangerId in Commerce Exchanger 8
Return configuration file of active provider or NULL.
Return value
string|null Return provider.
1 call to ExchangerCalculatorInterface::getExchangerId()
- AbstractExchangerCalculator::priceConversion in src/
AbstractExchangerCalculator.php - Preform currency conversion for prices.
1 method overrides ExchangerCalculatorInterface::getExchangerId()
- DefaultExchangerCalculator::getExchangerId in src/
DefaultExchangerCalculator.php - Return configuration file of active provider or NULL.
File
- src/
ExchangerCalculatorInterface.php, line 41
Class
- ExchangerCalculatorInterface
- Provides default price calculator with exchange rates.
Namespace
Drupal\commerce_exchangerCode
public function getExchangerId();