CountryManagerInterface.php
Same filename in other branches
Namespace
Drupal\Core\LocaleFile
-
core/
lib/ Drupal/ Core/ Locale/ CountryManagerInterface.php
View source
<?php
namespace Drupal\Core\Locale;
/**
* Defines a common interface for country managers.
*/
interface CountryManagerInterface {
/**
* Returns a list of country code => country name pairs.
*
* @return array
* An array of country code => country name pairs.
*/
public function getList();
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
CountryManagerInterface | Defines a common interface for country managers. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.