public function CountryFieldManager::__construct in Country 8
Constructs a new CountryAutocompleteController.
Parameters
\Drupal\Core\Locale\CountryManagerInterface $country_manager: The country manager.
File
- src/
CountryFieldManager.php, line 26
Class
- CountryFieldManager
- Defines a class for country field management.
Namespace
Drupal\countryCode
public function __construct(CountryManagerInterface $country_manager) {
$this->countryManager = $country_manager;
}