public function FileMetadataInterface::getLocalTempPath in File metadata manager 8.2
Same name and namespace in other branches
- 8 src/FileMetadataInterface.php \Drupal\file_mdm\FileMetadataInterface::getLocalTempPath()
Gets the local filesystem URI to the temporary file.
Return value
string|null The URI, or a local path, of the temporary file.
1 method overrides FileMetadataInterface::getLocalTempPath()
- FileMetadata::getLocalTempPath in src/
FileMetadata.php - Gets the local filesystem URI to the temporary file.
File
- src/
FileMetadataInterface.php, line 44
Class
- FileMetadataInterface
- Provides an interface for file metadata objects.
Namespace
Drupal\file_mdmCode
public function getLocalTempPath();