function RegionalForm::__construct
Same name in other branches
- 9 core/modules/system/src/Form/RegionalForm.php \Drupal\system\Form\RegionalForm::__construct()
- 10 core/modules/system/src/Form/RegionalForm.php \Drupal\system\Form\RegionalForm::__construct()
- 11.x core/modules/system/src/Form/RegionalForm.php \Drupal\system\Form\RegionalForm::__construct()
Constructs a RegionalForm object.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The factory for configuration objects.
\Drupal\Core\Locale\CountryManagerInterface $country_manager: The country manager.
Overrides ConfigFormBase::__construct
File
-
core/
modules/ system/ src/ Form/ RegionalForm.php, line 33
Class
- RegionalForm
- Configure regional settings for this site.
Namespace
Drupal\system\FormCode
public function __construct(ConfigFactoryInterface $config_factory, CountryManagerInterface $country_manager) {
parent::__construct($config_factory);
$this->countryManager = $country_manager;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.