protected property FileMetadata::$localTempPath in File metadata manager 8.2
Same name and namespace in other branches
- 8 src/FileMetadata.php \Drupal\file_mdm\FileMetadata::localTempPath
The local filesystem path to the file.
This is used to allow accessing local copies of files stored remotely, to minimise remote calls and allow functions that cannot access remote stream wrappers to operate locally.
Type: string
File
- src/
FileMetadata.php, line 59
Class
- FileMetadata
- A file metadata object.
Namespace
Drupal\file_mdmCode
protected $localTempPath;