You are here

public function BackupFile::getMetaAll in Backup and Migrate 5.0.x

Get all metadata.

Return value

array

Overrides BackupFileInterface::getMetaAll

File

src/Core/File/BackupFile.php, line 91

Class

BackupFile
@package Drupal\backup_migrate\Core\File

Namespace

Drupal\backup_migrate\Core\File

Code

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