You are here

public function CurrencyHelperInterface::getMappingMatrix in Commerce Currency Resolver 8

Get how currency is mapped in the system. By country, language, cookie.

Return value

array Return mapping type.

See also

commerce_currency_resolver.settings

1 method overrides CurrencyHelperInterface::getMappingMatrix()
CurrencyHelper::getMappingMatrix in src/CurrencyHelper.php
Get how currency is mapped in the system. By country, language, cookie.

File

src/CurrencyHelperInterface.php, line 78

Class

CurrencyHelperInterface
Interface CurrencyHelperInterface.

Namespace

Drupal\commerce_currency_resolver

Code

public function getMappingMatrix();