function ConfigImportForm::__construct
Same name and namespace in other branches
- 10 core/modules/config/src/Form/ConfigImportForm.php \Drupal\config\Form\ConfigImportForm::__construct()
- 9 core/modules/config/src/Form/ConfigImportForm.php \Drupal\config\Form\ConfigImportForm::__construct()
- 8.9.x core/modules/config/src/Form/ConfigImportForm.php \Drupal\config\Form\ConfigImportForm::__construct()
- main core/modules/config/src/Form/ConfigImportForm.php \Drupal\config\Form\ConfigImportForm::__construct()
File
-
core/
modules/ config/ src/ Form/ ConfigImportForm.php, line 24
Class
- ConfigImportForm
- Defines the configuration import form.
Namespace
Drupal\config\FormCode
public function __construct(#[Autowire(service: 'config.storage.sync')] protected StorageInterface $configStorage, protected FileSystemInterface $fileSystem, protected Settings $settings, protected UploadedFilesExtractor $uploadedFilesExtractor) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.