You are here

protected property ConfigImportForm::$configStorage in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/config/src/Form/ConfigImportForm.php \Drupal\config\Form\ConfigImportForm::configStorage
  2. 10 core/modules/config/src/Form/ConfigImportForm.php \Drupal\config\Form\ConfigImportForm::configStorage

The configuration storage.

Type: \Drupal\Core\Config\StorageInterface

File

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

Class

ConfigImportForm
Defines the configuration import form.

Namespace

Drupal\config\Form

Code

protected $configStorage;