You are here

namespace BackupMigrate\Core\Service in Backup and Migrate 8.4

Classsort descending Location Description
ArchiveReaderInterface lib/backup_migrate_core/src/Service/ArchiveReaderInterface.php Interface ArchiveWriterInterface.
ArchiverInterface lib/backup_migrate_core/src/Service/ArchiverInterface.php Interface ArchiveWriterInterface.
ArchiveWriterInterface lib/backup_migrate_core/src/Service/ArchiveWriterInterface.php Interface ArchiveReaderInterface.
HttpClientInterface lib/backup_migrate_core/src/Service/HTTPClientInterface.php Interface HttpClientInterface.
Mailer lib/backup_migrate_core/src/Service/Mailer.php Class Mailer.
MailerInterface lib/backup_migrate_core/src/Service/MailerInterface.php Interface MailSenderInterface.
PhpCurlHttpClient lib/backup_migrate_core/src/Service/PhpCurlHttpClient.php Class PhpCurlHttpClient.
ServiceManager lib/backup_migrate_core/src/Service/ServiceManager.php A very simple service locator. Does not handle dependency injection but could be replaced by a more complex application specific version which does.
ServiceManagerInterface lib/backup_migrate_core/src/Service/ServiceManagerInterface.php Interface ServiceManagerInterface.
StashLogger lib/backup_migrate_core/src/Service/StashLogger.php Saves log entries to memory to be processed during the current process. This simple service does no clearing or memory management so should not be used for a long-running process.
TarArchiveReader lib/backup_migrate_core/src/Service/TarArchiveReader.php Class TarArchiveReader.
TarArchiveWriter lib/backup_migrate_core/src/Service/TarArchiveWriter.php Class TarArchiver.
TeeLogger lib/backup_migrate_core/src/Service/TeeLogger.php Class TeeLogger.