You are here

public function BackupFileInterface::getMeta in Backup and Migrate 8.4

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 lib/backup_migrate_core/src/File/BackupFile.php
Get a metadata value.

File

lib/backup_migrate_core/src/File/BackupFileInterface.php, line 21

Class

BackupFileInterface
Provides a metadata-only file object.

Namespace

BackupMigrate\Core\File

Code

public function getMeta($key);