public function FileMetadataInterface::getUri in File metadata manager 8.2
Same name and namespace in other branches
- 8 src/FileMetadataInterface.php \Drupal\file_mdm\FileMetadataInterface::getUri()
Gets the URI of the file.
Return value
string|null The URI of the file, or a local path.
1 method overrides FileMetadataInterface::getUri()
- FileMetadata::getUri in src/
FileMetadata.php - Gets the URI of the file.
File
- src/
FileMetadataInterface.php, line 36
Class
- FileMetadataInterface
- Provides an interface for file metadata objects.
Namespace
Drupal\file_mdmCode
public function getUri();