function ConfigSingleImportForm::__construct
Same name and namespace in other branches
- 10 core/modules/config/src/Form/ConfigSingleImportForm.php \Drupal\config\Form\ConfigSingleImportForm::__construct()
- 9 core/modules/config/src/Form/ConfigSingleImportForm.php \Drupal\config\Form\ConfigSingleImportForm::__construct()
- 8.9.x core/modules/config/src/Form/ConfigSingleImportForm.php \Drupal\config\Form\ConfigSingleImportForm::__construct()
- main core/modules/config/src/Form/ConfigSingleImportForm.php \Drupal\config\Form\ConfigSingleImportForm::__construct()
Constructs a new ConfigSingleImportForm.
Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager: The entity type manager.
\Drupal\Core\Config\StorageInterface $configStorage: The config storage.
\Drupal\Core\Render\RendererInterface $renderer: The renderer service.
\Drupal\Core\Config\ConfigImporterFactory $configImporterFactory: The config importer factory.
File
-
core/
modules/ config/ src/ Form/ ConfigSingleImportForm.php, line 55
Class
- ConfigSingleImportForm
- Provides a form for importing a single configuration file.
Namespace
Drupal\config\FormCode
public function __construct(protected EntityTypeManagerInterface $entityTypeManager, protected StorageInterface $configStorage, protected RendererInterface $renderer, protected ConfigImporterFactory $configImporterFactory) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.