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