You are here

protected property UploadController::$temporaryUploadLocation in Plupload integration 2.0.x

Same name and namespace in other branches
  1. 8 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\plupload

Code

protected $temporaryUploadLocation;