You are here

protected property ConfigSingleExportForm::$configStorage in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/config/src/Form/ConfigSingleExportForm.php \Drupal\config\Form\ConfigSingleExportForm::configStorage

The config storage.

Type: \Drupal\Core\Config\StorageInterface

File

core/modules/config/src/Form/ConfigSingleExportForm.php, line 35

Class

ConfigSingleExportForm
Provides a form for exporting a single configuration file.

Namespace

Drupal\config\Form

Code

protected $configStorage;