You are here

protected property FeaturesGenerationArchive::$fileSystem in Features 8.3

Same name and namespace in other branches
  1. 8.4 src/Plugin/FeaturesGeneration/FeaturesGenerationArchive.php \Drupal\features\Plugin\FeaturesGeneration\FeaturesGenerationArchive::fileSystem

The file system service.

Type: \Drupal\Core\File\FileSystem

File

src/Plugin/FeaturesGeneration/FeaturesGenerationArchive.php, line 46

Class

FeaturesGenerationArchive
Class for generating a compressed archive of packages.

Namespace

Drupal\features\Plugin\FeaturesGeneration

Code

protected $fileSystem;