You are here

protected property Download::$fileSystem in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate/src/Plugin/migrate/process/Download.php \Drupal\migrate\Plugin\migrate\process\Download::fileSystem

The file system service.

Type: \Drupal\Core\File\FileSystemInterface

File

core/modules/migrate/src/Plugin/migrate/process/Download.php, line 66

Class

Download
Downloads a file from a HTTP(S) remote location into the local file system.

Namespace

Drupal\migrate\Plugin\migrate\process

Code

protected $fileSystem;