public function FileMetadataInterface::copyTempToUri in File metadata manager 8
Same name and namespace in other branches
- 8.2 src/FileMetadataInterface.php \Drupal\file_mdm\FileMetadataInterface::copyTempToUri()
Copies the local temporary file to the destination URI.
Return value
bool TRUE if the file was copied successfully, FALSE otherwise.
1 method overrides FileMetadataInterface::copyTempToUri()
- FileMetadata::copyTempToUri in src/
FileMetadata.php - Copies the local temporary file to the destination URI.
File
- src/
FileMetadataInterface.php, line 76
Class
- FileMetadataInterface
- Provides an interface for file metadata objects.
Namespace
Drupal\file_mdmCode
public function copyTempToUri();