You are here

protected property FileMetadata::$localTempPath in File metadata manager 8

Same name and namespace in other branches
  1. 8.2 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_mdm

Code

protected $localTempPath;