You are here

public function FileMetadataPluginInterface::getUri in File metadata manager 8

Same name and namespace in other branches
  1. 8.2 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\Plugin

Code

public function getUri();