Name Locationsort ascending Description
BackupDatabase::getDatabaseConnection core/includes/backup/backup.database.inc Get the db connection for the specified db.
BackupDatabase::backupDatabaseToFile core/includes/backup/backup.database.inc Backup the databases to a file.
BackupDatabase::restoreDatabaseFromFile core/includes/backup/backup.database.inc Backup the databases to a file.
BackupDatabase::getObjectNames core/includes/backup/backup.database.inc Get a list of objects in the database.
BackupDatabase::getTableNames core/includes/backup/backup.database.inc Get a list of tables in the database.
BackupDatabase::getViewNames core/includes/backup/backup.database.inc Get a list of views in the database.
BackupDatabase::getLockedTables core/includes/backup/backup.database.inc Get a list of tables to be locked during the backup.
BackupDatabase::lockTables core/includes/backup/backup.database.inc Lock the database in anticipation of a backup.
BackupDatabase::unlockTables core/includes/backup/backup.database.inc Unlock any tables that have been locked.
BackupConfig::backup core/includes/backup/backup.config.inc Run the full backup process, including generating the backup and saving it.
BackupConfig::restore core/includes/backup/backup.config.inc Restore a backup from a file.
BackupConfig::typeLabel core/includes/backup/backup.config.inc The translated name of the backup type.
BackupConfig::applies core/includes/backup/backup.config.inc Determine if this backup source should be used for a particular target.
BackupConfig::getConfigType core/includes/backup/backup.config.inc Get the type of config being backed-up or restored.
Backup::__construct core/includes/backup/backup.class.inc Constructor for creating a new backup of any type.
Backup::getName core/includes/backup/backup.class.inc Get the name of the backup.
Backup::getTarget core/includes/backup/backup.class.inc Get the target of the backup.
Backup::typeLabel core/includes/backup/backup.class.inc The translated name of the backup type.
Backup::defaultSettings core/includes/backup/backup.class.inc An array of settings for this backup source.
Backup::applies core/includes/backup/backup.class.inc Determine if this backup source should be used for a particular target.
Backup::backup core/includes/backup/backup.class.inc Run the full backup process, including generating the backup and saving it.
Backup::preBackup core/includes/backup/backup.class.inc Prepare a file to receive a backup.
Backup::postBackup core/includes/backup/backup.class.inc Change a file after a backup is complete.
Backup::restore core/includes/backup/backup.class.inc Restore a backup from a file.
Backup::preRestore core/includes/backup/backup.class.inc Prepare a file for restoration.
Backup::postRestore core/includes/backup/backup.class.inc Change a file after restoration.
Backup::backupSettingsForm core/includes/backup/backup.class.inc Get the form for the backup settings for this destination.
Backup::log core/includes/backup/backup.class.inc Log a message that occurs during a backup or migration process.
Backup::getLog core/includes/backup/backup.class.inc Return the log for this backup instance.
Backup::clearLog core/includes/backup/backup.class.inc Clear the log for this backup instance.
Backup::timeoutCheck core/includes/backup/backup.class.inc Determines if time for a page execution has run out.
Backup::compress core/includes/backup/backup.class.inc Compress a backup file with gzip.
Backup::decompress core/includes/backup/backup.class.inc Decompress a backup file with gzip.
Backup::prepareEnvironment core/includes/backup/backup.class.inc Prepare the PHP environment for performing a backup or restore.
backup_class_list core/includes/backup.inc Get all backup/restore class names and file paths.
backup_get_handler_name core/includes/backup.inc Given a particular backup/restore target, find the class that applies.
backup_directory_list core/includes/backup.inc Get a list of all available backups.
backup_settings_form core/includes/backup.inc A general-purpose form builder for creating a backup.
backup_settings_form_submit core/includes/backup.inc Helper submit function for creating a backup.
backup_batch core/includes/backup.inc Starts a batch process to create a backup.
backup_batch_finished core/includes/backup.inc Finishes the backup process and stores the results for eventual display.
backup_batch_prepare core/includes/backup.inc Prepare for a batch backup process, ensuring requirements are met.
backup_prepare core/includes/backup.inc Prepare for a single backup process, ensuring requirements are met.
backup_execute core/includes/backup.inc Run a backup process.
backup_limit_cleanup core/includes/backup.inc Delete excess backups that exceed a certain count. Oldest first.
backup_delete core/includes/backup.inc Delete a backup from the backup directory by its directory name.
backup_restore_prepare core/includes/backup.inc Prepare for a single restore process, ensuring requirements are met.
backup_restore_execute core/includes/backup.inc Run a backup process.
authorize_filetransfer_form core/includes/authorize.inc Form constructor for the file transfer authorization form.
_authorize_filetransfer_connection_settings core/includes/authorize.inc Generates the Form API array for a given connection backend's settings.

Pages