function ConfigImportForm::__construct

Same name and namespace in other branches
  1. 10 core/modules/config/src/Form/ConfigImportForm.php \Drupal\config\Form\ConfigImportForm::__construct()
  2. 9 core/modules/config/src/Form/ConfigImportForm.php \Drupal\config\Form\ConfigImportForm::__construct()
  3. 8.9.x core/modules/config/src/Form/ConfigImportForm.php \Drupal\config\Form\ConfigImportForm::__construct()
  4. 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\Form

Code

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.