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

1
public function getList();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.