protected property Download::$fileSystem in Drupal 10
Same name and namespace in other branches
- 8 core/modules/migrate/src/Plugin/migrate/process/Download.php \Drupal\migrate\Plugin\migrate\process\Download::fileSystem
- 9 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\processCode
protected $fileSystem;