Same name and namespace in other branches
  1. 8.x-2.x src/ExifContent.php \Drupal\exif\ExifContent::localCopiesOfRemoteFiles 1 comment

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 37

Class

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

Namespace

Drupal\exif

Code

private $localCopiesOfRemoteFiles = [];