public function FileMetadataInterface::setLocalTempPath in File metadata manager 8
Same name and namespace in other branches
- 8.2 src/FileMetadataInterface.php \Drupal\file_mdm\FileMetadataInterface::setLocalTempPath()
Sets the local filesystem URI to the temporary file.
Parameters
string $temp_uri: A URI to a temporary file.
Return value
$this
1 method overrides FileMetadataInterface::setLocalTempPath()
- FileMetadata::setLocalTempPath in src/
FileMetadata.php - Sets the local filesystem URI to the temporary file.
File
- src/
FileMetadataInterface.php, line 54
Class
- FileMetadataInterface
- Provides an interface for file metadata objects.
Namespace
Drupal\file_mdmCode
public function setLocalTempPath($temp_uri);