public function BackupFileInterface::getMetaAll in Backup and Migrate 8.4
Get all meta data as an array.
Return value
array $values An array of key-value pairs for the file metadata.
1 method overrides BackupFileInterface::getMetaAll()
- BackupFile::getMetaAll in lib/
backup_migrate_core/ src/ File/ BackupFile.php - Get all metadata.
File
- lib/
backup_migrate_core/ src/ File/ BackupFileInterface.php, line 44
Class
- BackupFileInterface
- Provides a metadata-only file object.
Namespace
BackupMigrate\Core\FileCode
public function getMetaAll();