private property ExifContent::$localCopiesOfRemoteFiles in Exif 8.2
Same name and namespace in other branches
- 8 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 36
Class
- ExifContent
- Class ExifContent make link between drupal content and file content.
Namespace
Drupal\exifCode
private $localCopiesOfRemoteFiles = [];