You are here

public function ConfigImportForm::__construct in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/config/src/Form/ConfigImportForm.php \Drupal\config\Form\ConfigImportForm::__construct()

Constructs a new ConfigImportForm.

Parameters

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

File

core/modules/config/src/Form/ConfigImportForm.php, line 34
Contains \Drupal\config\Form\ConfigImportForm.

Class

ConfigImportForm
Defines the configuration import form.

Namespace

Drupal\config\Form

Code

public function __construct(StorageInterface $config_storage) {
  $this->configStorage = $config_storage;
}