You are here

public function CurrencyHelperInterface::getSourceType in Commerce Currency Resolver 8

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

Return value

string Return mapping type.

See also

commerce_currency_resolver.settings

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

File

src/CurrencyHelperInterface.php, line 68

Class

CurrencyHelperInterface
Interface CurrencyHelperInterface.

Namespace

Drupal\commerce_currency_resolver

Code

public function getSourceType();