You are here

public function CountryManagerInterface::getAvailableList in Ubercart 8.4

Returns a list of all available country code => country name pairs.

Return value

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

1 method overrides CountryManagerInterface::getAvailableList()
CountryManager::getAvailableList in uc_country/src/CountryManager.php
Returns a list of all available country code => country name pairs.

File

uc_country/src/CountryManagerInterface.php, line 16

Class

CountryManagerInterface
Defines a common interface for country managers.

Namespace

Drupal\uc_country

Code

public function getAvailableList();