You are here

Classes, traits, and interfaces in Backup and Migrate 7.3

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
backup_file class includes/files.inc A backup file which allows for saving to and reading from the server.
backup_migrate_destination class includes/destinations.inc A base class for creating destinations. 4
backup_migrate_destination_browser class includes/destinations.browser.inc A destination type for browser upload/download. 2
backup_migrate_destination_browser_download class includes/destinations.browser.inc A destination type for browser download.
backup_migrate_destination_browser_upload class includes/destinations.browser.inc A destination type for browser upload.
backup_migrate_destination_db class includes/destinations.db.inc A destination type for saving to a database server. 1
backup_migrate_destination_db_mysql class includes/destinations.db.mysql.inc A destination type for saving to a database server.
backup_migrate_destination_email class includes/destinations.email.inc A destination for emailing database backups.
backup_migrate_destination_files class includes/destinations.file.inc A destination type for saving locally to the server. 2
backup_migrate_destination_filesource class includes/sources.filesource.inc A destination type for saving locally to the server. 1
backup_migrate_destination_files_manual class includes/destinations.file.inc The manual files directory.
backup_migrate_destination_files_scheduled class includes/destinations.file.inc The scheduled files directory.
backup_migrate_destination_ftp class includes/destinations.ftp.inc A destination for sending database backups to an FTP server.
backup_migrate_destination_remote class includes/destinations.inc A base class for creating destinations. 3
backup_migrate_destination_s3 class includes/destinations.s3.inc A destination for sending database backups to an s3 server.
backup_migrate_files_destination_archivesource class includes/sources.archivesource.inc A destination type for saving locally to the server.
backup_migrate_filter class includes/filters.inc A base class for basing filters on. 5
backup_migrate_filter_backup_restore class includes/filters.backup_restore.inc A filter backup or migrate the specified source.
backup_migrate_filter_compression class includes/filters.compression.inc A filter for compressing backup files.
backup_migrate_filter_encryption class includes/filters.encryption.inc A filter for encrypting backup files.
backup_migrate_filter_statusnotify class includes/filters.statusnotify.inc A filter to send a notification email on success or failure of backup.
backup_migrate_filter_utils class includes/filters.utils.inc A filter to run some basic utility functions.
backup_migrate_item class includes/crud.inc A base class for items which can be stored in the database. 3
backup_migrate_location class includes/locations.inc A base class for creating locations. 3
backup_migrate_location_remote class includes/locations.inc A base class for creating locations.
backup_migrate_profile class includes/profiles.inc A profile class for crud operations.
backup_migrate_schedule class includes/schedules.inc A schedule class for crud operations.
backup_migrate_source class includes/sources.inc A base class for creating sources. 2
backup_migrate_source_db class includes/sources.db.inc A destination type for saving to a database server. 1
backup_migrate_source_db_mysql class includes/sources.db.mysql.inc A source type for backing up from database server.
backup_migrate_source_remote class includes/sources.inc A base class for creating sources. 1
BmTestBase abstract class tests/BmTestBase.test Base class for testing a module's custom tags. 5
BmTestBasics class tests/BmTestBasics.test Test that the front page still loads.
BmTestCtools class tests/BmTestCtools.test Class for testing CTools' extended functionality.
BmTestEmail class tests/BmTestEmail.test Test email delivery.
BmTestItem class tests/bm_test.module A base class for mock exportables.
BmTestProfiles class tests/BmTestProfiles.test Test that the front page still loads.
BmTestUpdate7310 class tests/BmTestUpdate7310.test Test module update 7310.
mime_mail class includes/destinations.email.inc

Other projects