constant FileUploadResource::BYTES_TO_READ in Drupal 8
Same name and namespace in other branches
- 9 core/modules/file/src/Plugin/rest/resource/FileUploadResource.php \Drupal\file\Plugin\rest\resource\FileUploadResource::BYTES_TO_READ
The amount of bytes to read in each iteration when streaming file data.
File
- core/
modules/ file/ src/ Plugin/ rest/ resource/ FileUploadResource.php, line 73
Class
- FileUploadResource
- File upload resource.
Namespace
Drupal\file\Plugin\rest\resourceCode
const BYTES_TO_READ = 8192;