interface CountryManagerInterface
Defines a common interface for country managers.
Hierarchy
- interface \Drupal\Core\Locale\CountryManagerInterface
Expanded class hierarchy of CountryManagerInterface
All classes that implement CountryManagerInterface
2 files declare their use of CountryManagerInterface
- CountryCodeConstraint.php in core/
lib/ Drupal/ Core/ Validation/ Plugin/ Validation/ Constraint/ CountryCodeConstraint.php - RegionalForm.php in core/
modules/ system/ src/ Form/ RegionalForm.php
File
-
core/
lib/ Drupal/ Core/ Locale/ CountryManagerInterface.php, line 8
Namespace
Drupal\Core\LocaleView source
interface CountryManagerInterface {
/**
* Returns a list of country code => country name pairs.
*
* @return array
* An array of country code => country name pairs.
*/
public function getList();
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
CountryManagerInterface::getList | public | function | Returns a list of country code => country name pairs. | 1 |