public function FileMetadataPluginInterface::getLocalTempPath in File metadata manager 8
Same name and namespace in other branches
- 8.2 src/Plugin/FileMetadataPluginInterface.php \Drupal\file_mdm\Plugin\FileMetadataPluginInterface::getLocalTempPath()
Gets the local filesystem path to the file.
This is used to allow accessing local copies of files stored remotely, to minimise remote calls and allow functions that cannot access remote stream wrappers to operate locally.
Return value
string The local filesystem path to the file.
1 method overrides FileMetadataPluginInterface::getLocalTempPath()
- FileMetadataPluginBase::getLocalTempPath in src/
Plugin/ FileMetadata/ FileMetadataPluginBase.php - Gets the local filesystem path to the file.
File
- src/
Plugin/ FileMetadataPluginInterface.php, line 67
Class
- FileMetadataPluginInterface
- Provides an interface defining a FileMetadata plugin.
Namespace
Drupal\file_mdm\PluginCode
public function getLocalTempPath();