You are here

protected property FileEntityNormalizer::$fileSystem in Content Synchronization 8.2

Same name and namespace in other branches
  1. 3.0.x src/Normalizer/FileEntityNormalizer.php \Drupal\content_sync\Normalizer\FileEntityNormalizer::fileSystem

File system service.

Type: \Drupal\Core\File\FileSystemInterface

File

src/Normalizer/FileEntityNormalizer.php, line 31

Class

FileEntityNormalizer
Adds the file URI to embedded file entities.

Namespace

Drupal\content_sync\Normalizer

Code

protected $fileSystem;