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

public function __construct(StorageInterface $config_storage) {
  $this->configStorage = $config_storage;
}
doc_Drupal
2016-10-29 08:53:47
Comments
Leave a Comment

Please login to continue.