You are here

protected property ConfigImportForm::$fileSystem in Drupal 8

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

The file system service.

Type: \Drupal\Core\File\FileSystemInterface

File

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

Class

ConfigImportForm
Defines the configuration import form.

Namespace

Drupal\config\Form

Code

protected $fileSystem;