BackupDatabase::backupSettingsForm |
function |
core/includes/backup/backup.database.inc |
Get the form for the backup settings for this destination. |
BackupMySql::readSqlCommandFromFile |
function |
core/includes/backup/backup.mysql.inc |
Read a multiline sql command from a file. |
BackupMySql::dumpTableDataSqlToFile |
function |
core/includes/backup/backup.mysql.inc |
Get the SQL to insert the data for a given table. |
BackupMySql::restoreDatabaseFromFile |
function |
core/includes/backup/backup.mysql.inc |
Backup the databases to a file. |
BackupUpdateTestCase::$upgradeErrors |
property |
core/modules/simpletest/tests/backup.test |
Array of errors triggered during the upgrade process. |
BackupDatabase::backupDatabaseToFile |
function |
core/includes/backup/backup.database.inc |
Backup the databases to a file. |
BackupBaseTestCase::checkRequirements |
function |
core/modules/simpletest/tests/backup.test |
Checks that zlib is enabled in order to run the upgrade tests. |
BackupDatabase::getDatabaseConnection |
function |
core/includes/backup/backup.database.inc |
Get the db connection for the specified db. |
BackupDatabase::restoreDatabaseFromFile |
function |
core/includes/backup/backup.database.inc |
Backup the databases to a file. |
BackupUpdateTestCase::testUpdateWithBackup |
function |
core/modules/simpletest/tests/backup.test |
Tests running an update with a backup and then restoring it. |
BackupSettingsTestCase::testBackupSettingsForm |
function |
core/modules/simpletest/tests/backup.test |
Tests the backup settings form. |
BackupUpdateTestCase::performUpgradeWithBackup |
function |
core/modules/simpletest/tests/backup.test |
Perform the upgrade. |