You are here

private property ExifContent::$localCopiesOfRemoteFiles in Exif 8

Same name and namespace in other branches
  1. 8.2 src/ExifContent.php \Drupal\exif\ExifContent::localCopiesOfRemoteFiles

Store the path to local copies of files store by a remote wrapper.

Used to clean up temporary file on object destruction.

Type: array

File

src/ExifContent.php, line 35

Class

ExifContent
Class ExifContent make link between drupal content and file content.

Namespace

Drupal\exif

Code

private $localCopiesOfRemoteFiles = [];