You are here

public function FileMetadataManagerInterface::deleteCachedMetadata in File metadata manager 8.2

Same name and namespace in other branches
  1. 8 src/FileMetadataManagerInterface.php \Drupal\file_mdm\FileMetadataManagerInterface::deleteCachedMetadata()

Deletes the all the cached metadata for the URI.

Parameters

string $uri: The URI to a file.

Return value

bool TRUE if the cached metadata was removed, FALSE in case of error.

1 method overrides FileMetadataManagerInterface::deleteCachedMetadata()
FileMetadataManager::deleteCachedMetadata in src/FileMetadataManager.php
Deletes the all the cached metadata for the URI.

File

src/FileMetadataManagerInterface.php, line 41

Class

FileMetadataManagerInterface
Provides an interface for file metadata manager objects.

Namespace

Drupal\file_mdm

Code

public function deleteCachedMetadata($uri);