You are here

public function CountryManagerInterface::getEnabledList in Ubercart 8.4

Returns a list of country code => country name pairs for enabled countries.

Return value

array An array of country code => country name pairs.

1 method overrides CountryManagerInterface::getEnabledList()
CountryManager::getEnabledList in uc_country/src/CountryManager.php
Returns a list of country code => country name pairs for enabled countries.

File

uc_country/src/CountryManagerInterface.php, line 24

Class

CountryManagerInterface
Defines a common interface for country managers.

Namespace

Drupal\uc_country

Code

public function getEnabledList();