You are here

protected property ConfigImportForm::$configStorage 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::configStorage

The configuration storage.

Type: \Drupal\Core\Config\StorageInterface

File

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

Class

ConfigImportForm
Defines the configuration import form.

Namespace

Drupal\config\Form

Code

protected $configStorage;