public function FileMetadataManagerInterface::has in File metadata manager 8.2
Same name and namespace in other branches
- 8 src/FileMetadataManagerInterface.php \Drupal\file_mdm\FileMetadataManagerInterface::has()
Determines if the URI is currently in use by the manager.
Parameters
string $uri: The URI to a file.
Return value
bool TRUE if the URI is in use, FALSE otherwise.
1 method overrides FileMetadataManagerInterface::has()
- FileMetadataManager::has in src/
FileMetadataManager.php - Determines if the URI is currently in use by the manager.
File
- src/
FileMetadataManagerInterface.php, line 19
Class
- FileMetadataManagerInterface
- Provides an interface for file metadata manager objects.
Namespace
Drupal\file_mdmCode
public function has($uri);