public function FileMetadataManagerInterface::release in File metadata manager 8.2
Same name and namespace in other branches
- 8 src/FileMetadataManagerInterface.php \Drupal\file_mdm\FileMetadataManagerInterface::release()
Releases the FileMetadata object for the URI.
Parameters
string $uri: The URI to a file.
Return value
bool TRUE if the FileMetadata for the URI was removed from the manager, FALSE otherwise.
1 method overrides FileMetadataManagerInterface::release()
- FileMetadataManager::release in src/
FileMetadataManager.php - Releases the FileMetadata object for the URI.
File
- src/
FileMetadataManagerInterface.php, line 53
Class
- FileMetadataManagerInterface
- Provides an interface for file metadata manager objects.
Namespace
Drupal\file_mdmCode
public function release($uri);