ArchiverInterface::listContents |
core/includes/archiver.inc |
Lists all files in the archive. |
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. |
_authorize_filetransfer_connection_settings_set_defaults |
core/includes/authorize.inc |
Sets the default settings on a file transfer connection form recursively. |
authorize_filetransfer_form_validate |
core/includes/authorize.inc |
Form validation handler for authorize_filetransfer_form(). |
authorize_filetransfer_form_submit |
core/includes/authorize.inc |
Form submission handler for authorize_filetransfer_form(). |
authorize_run_operation |
core/includes/authorize.inc |
Runs the operation specified in $_SESSION['authorize_operation']. |
authorize_get_filetransfer |
core/includes/authorize.inc |
Gets a FileTransfer class for a specific transfer method and settings. |
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. |
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. |
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. |
BackupDatabase::__construct |
core/includes/backup/backup.database.inc |
Constructor for creating a new backup of any type. |
BackupDatabase::typeLabel |
core/includes/backup/backup.database.inc |
The translated name of the backup type. |
BackupDatabase::getFileTypeId |
core/includes/backup/backup.database.inc |
Get the file type supported when backing-up or restoring to/from a file. |