You are here

public function BackupFile::getMetaAll in Backup and Migrate 8.4

Get all metadata.

Parameters

array $values An array of key-value pairs for the file metadata.:

Return value

array

Overrides BackupFileInterface::getMetaAll

File

lib/backup_migrate_core/src/File/BackupFile.php, line 89

Class

BackupFile
Class BackupFile.

Namespace

BackupMigrate\Core\File

Code

public function getMetaAll() {
  return $this->metadata;
}