restore.php |
file |
core/restore.php |
Administrative page for restoring backup database and configuration files. |
restore_goto |
function |
core/restore.php |
Light-weight version of backdrop_goto() that guarantees no database usage. |
Backup::restore |
function |
core/includes/backup/backup.class.inc |
Restore a backup from a file. |
restore_info_page |
function |
core/restore.php |
Provides an overview of the backup restoration process. |
restore_task_list |
function |
core/restore.php |
Adds the restore task list to the current page. |
Backup::preRestore |
function |
core/includes/backup/backup.class.inc |
Prepare a file for restoration. |
theme_restore_page |
function |
core/includes/theme.maintenance.inc |
Returns HTML for the restore page. |
Backup::postRestore |
function |
core/includes/backup/backup.class.inc |
Change a file after restoration. |
restore_select_page |
function |
core/restore.php |
Provides a form to select a backup to restore. |
restore_backup_form |
function |
core/restore.php |
Form constructor for the list of available database module updates. |
restore_results_page |
function |
core/restore.php |
Displays results of the restore script with any accompanying errors. |
restore_progress_page |
function |
core/restore.php |
Show a progress message while processing a restore. |
restore_disabled_page |
function |
core/restore.php |
Renders a help page if access is allowed but backups are not enabled. |
BackupConfig::restore |
function |
core/includes/backup/backup.config.inc |
Restore a backup from a file. |
restore_access_allowed |
function |
core/restore.php |
Determines if the current user is allowed to access restore.php. |
backup_restore_prepare |
function |
core/includes/backup.inc |
Prepare for a single restore process, ensuring requirements are met. |
backup_restore_execute |
function |
core/includes/backup.inc |
Run a backup process. |
BackupDatabase::restore |
function |
core/includes/backup/backup.database.inc |
Restore a backup from a file. |
restore_access_denied_page |
function |
core/restore.php |
Renders a 403 access denied page for restore.php. |
BackupDatabase::preRestore |
function |
core/includes/backup/backup.database.inc |
Prepare a file for restoration. |
BackupDatabase::postRestore |
function |
core/includes/backup/backup.database.inc |
Change a file after restoration. |
BackupBaseTestCase::restoreBackup |
function |
core/modules/simpletest/tests/backup.test |
Restore a backup via restore.php. |
BackupBaseTestCase::$restoreErrors |
property |
core/modules/simpletest/tests/backup.test |
Array of errors triggered during the restore process. |
views_plugin_cache::restore_headers |
function |
core/modules/views/plugins/views_plugin_cache.inc |
Restore out of band data saved to cache. Copied from Panels. |
BackupMySql::restoreDatabaseFromFile |
function |
core/includes/backup/backup.mysql.inc |
Backup the databases to a file. |
views_ui_remove_display_form_restore |
function |
core/modules/views_ui/views_ui.admin.inc |
Submit handler to add a restore a removed display to a view. |
BackupDatabase::restoreDatabaseFromFile |
function |
core/includes/backup/backup.database.inc |
Backup the databases to a file. |