You are here

protected property FileUploadResource::$fileSystem in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/file/src/Plugin/rest/resource/FileUploadResource.php \Drupal\file\Plugin\rest\resource\FileUploadResource::fileSystem
  2. 9 core/modules/file/src/Plugin/rest/resource/FileUploadResource.php \Drupal\file\Plugin\rest\resource\FileUploadResource::fileSystem

The file system service.

Type: \Drupal\Core\File\FileSystem

File

core/modules/file/src/Plugin/rest/resource/FileUploadResource.php, line 81

Class

FileUploadResource
File upload resource.

Namespace

Drupal\file\Plugin\rest\resource

Code

protected $fileSystem;