ConfigImportForm::__construct

public ConfigImportForm::__construct(StorageInterface $config_storage)

Constructs a new ConfigImportForm.

Parameters

\Drupal\Core\Config\StorageInterface $config_storage: The configuration storage.

File

core/modules/config/src/Form/ConfigImportForm.php, line 29

Class

ConfigImportForm
Defines the configuration import form.

Namespace

Drupal\config\Form

Code

1
2
3
public function __construct(StorageInterface $config_storage) {
  $this->configStorage = $config_storage;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.