public function FileMetadataPluginInterface::getUri in File metadata manager 8.2
Same name and namespace in other branches
- 8 src/Plugin/FileMetadataPluginInterface.php \Drupal\file_mdm\Plugin\FileMetadataPluginInterface::getUri()
Gets the URI of the file.
Return value
string The URI of the file.
1 method overrides FileMetadataPluginInterface::getUri()
- FileMetadataPluginBase::getUri in src/
Plugin/ FileMetadata/ FileMetadataPluginBase.php - Gets the URI of the file.
File
- src/
Plugin/ FileMetadataPluginInterface.php, line 41
Class
- FileMetadataPluginInterface
- Provides an interface defining a FileMetadata plugin.
Namespace
Drupal\file_mdm\PluginCode
public function getUri();