You are here

namespace Drupal\backup_migrate\Core\File in Backup and Migrate 5.0.x

Classsort descending Location Description
BackupFile src/Core/File/BackupFile.php @package Drupal\backup_migrate\Core\File
BackupFileInterface src/Core/File/BackupFileInterface.php Provides a metadata-only file object.
BackupFileReadableInterface src/Core/File/BackupFileReadableInterface.php A service to provision temp files in the correct place for the environment.
BackupFileWritableInterface src/Core/File/BackupFileWritableInterface.php A service to provision temp files in the correct place for the environment.
ReadableStreamBackupFile src/Core/File/ReadableStreamBackupFile.php Uses a readable PHP stream such as a local file.
TempFileAdapter src/Core/File/TempFileAdapter.php A very basic temp file manager.
TempFileAdapterInterface src/Core/File/TempFileAdapterInterface.php A service to provision temp files in the correct place for the environment.
TempFileManager src/Core/File/TempFileManager.php @package Drupal\backup_migrate\Core\Services
TempFileManagerInterface src/Core/File/TempFileManagerInterface.php A TempFileManager is in charge of creating new temp files.
WritableStreamBackupFile src/Core/File/WritableStreamBackupFile.php A file object which represents an existing PHP stream with read/write.