You are here

public function CurrencyHelperInterface::getUserCountry in Commerce Currency Resolver 8

Get user country location from contrib modules.

Return value

mixed Return 2 letter country code.

1 method overrides CurrencyHelperInterface::getUserCountry()
CurrencyHelper::getUserCountry in src/CurrencyHelper.php
Get user country location from contrib modules.

File

src/CurrencyHelperInterface.php, line 58

Class

CurrencyHelperInterface
Interface CurrencyHelperInterface.

Namespace

Drupal\commerce_currency_resolver

Code

public function getUserCountry();