You are here

public function BackupFileInterface::getMeta in Backup and Migrate 5.0.x

Get a metadata value.

Parameters

string $key: The key for the metadata item.

Return value

mixed The value of the metadata for this file.

1 method overrides BackupFileInterface::getMeta()
BackupFile::getMeta in src/Core/File/BackupFile.php
Get a metadata value.

File

src/Core/File/BackupFileInterface.php, line 23

Class

BackupFileInterface
Provides a metadata-only file object.

Namespace

Drupal\backup_migrate\Core\File

Code

public function getMeta($key);