You are here

public function ExchangerCalculatorInterface::getExchangeRates in Commerce Exchanger 8

Get all exchange rates.

Return value

array Return exchange rates which are used for calculations.

1 method overrides ExchangerCalculatorInterface::getExchangeRates()
AbstractExchangerCalculator::getExchangeRates in src/AbstractExchangerCalculator.php
Get all exchange rates.

File

src/ExchangerCalculatorInterface.php, line 33

Class

ExchangerCalculatorInterface
Provides default price calculator with exchange rates.

Namespace

Drupal\commerce_exchanger

Code

public function getExchangeRates();