You are here

public function FileMetadataInterface::getLocalTempPath in File metadata manager 8

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

Code

public function getLocalTempPath();