protected property UploadController::$temporaryUploadLocation in Plupload integration 8
Same name and namespace in other branches
- 2.0.x src/UploadController.php \Drupal\plupload\UploadController::temporaryUploadLocation
Stores temporary folder URI.
This is configurable via the configuration variable. It was added for HA environments where temporary location may need to be a shared across all servers.
Type: string
File
- src/
UploadController.php, line 34
Class
- UploadController
- Plupload upload handling route.
Namespace
Drupal\pluploadCode
protected $temporaryUploadLocation;