CountryManagerInterface::getList

public CountryManagerInterface::getList()

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

Return value

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

File

core/lib/Drupal/Core/Locale/CountryManagerInterface.php, line 16

Class

CountryManagerInterface
Defines a common interface for country managers.

Namespace

Drupal\Core\Locale

Code

public function getList();
doc_Drupal
2016-10-29 08:59:04
Comments
Leave a Comment

Please login to continue.