You are here

public function FileMetadataInterface::setLocalTempPath in File metadata manager 8.2

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

Code

public function setLocalTempPath($temp_uri);