BackupMySql::$tableNames |
property |
core/includes/backup/backup.mysql.inc |
The tables keyed by name. |
BackupMySql::__construct |
function |
core/includes/backup/backup.mysql.inc |
Constructor for creating a new MySQL-based backup. |
BackupFile::popExtension |
function |
core/includes/backup/backup.file.inc |
Remove rom the extension list. |
Backup::COMPRESSION_NONE |
constant |
core/includes/backup/backup.class.inc |
|
Backup::COMPRESSION_GZIP |
constant |
core/includes/backup/backup.class.inc |
|
BackupMySql::databaseInfo |
function |
core/includes/backup/backup.mysql.inc |
Get the version info for the given database. |
BackupMySql::getViewNames |
function |
core/includes/backup/backup.mysql.inc |
Get a list of views in the database. |
BackupMySql::unlockTables |
function |
core/includes/backup/backup.mysql.inc |
Unlock any tables that have been locked. |
BackupMySql::getTableData |
function |
core/includes/backup/backup.mysql.inc |
Get a list of table and view data from the database. |
BackupBaseTestCase::setUp |
function |
core/modules/simpletest/tests/backup.test |
Overrides BackdropWebTestCase::setUp() for upgrade testing. |
backup_test_settings_form |
function |
core/modules/simpletest/tests/backup_test/backup_test.module |
Form that contains Backup form capabilities. |
BackupDatabase::typeLabel |
function |
core/includes/backup/backup.database.inc |
The translated name of the backup type. |
BackupFile::pushExtension |
function |
core/includes/backup/backup.file.inc |
Add to the extension list. |
BackupFile::lastExtension |
function |
core/includes/backup/backup.file.inc |
Get the last file extension. |
Backup::backupSettingsForm |
function |
core/includes/backup/backup.class.inc |
Get the form for the backup settings for this destination. |
Backup::prepareEnvironment |
function |
core/includes/backup/backup.class.inc |
Prepare the PHP environment for performing a backup or restore. |
BackupMySql::getTableNames |
function |
core/includes/backup/backup.mysql.inc |
Get a list of tables in the database. |
BackupDatabase::postBackup |
function |
core/includes/backup/backup.database.inc |
Change a file after a backup is complete. |
BackupDatabase::preRestore |
function |
core/includes/backup/backup.database.inc |
Prepare a file for restoration. |
BackupDatabase::lockTables |
function |
core/includes/backup/backup.database.inc |
Lock the database in anticipation of a backup. |
BackupUpdateTestCase::setUp |
function |
core/modules/simpletest/tests/backup.test |
Overrides BackdropWebTestCase::setUp() for upgrade testing. |
backup_get_backup_directory |
function |
core/includes/bootstrap.inc |
Get the backup directory (if any) for this site. |
backup_settings_form_submit |
function |
core/includes/backup.inc |
Helper submit function for creating a backup. |
BackupDatabase::$connection |
property |
core/includes/backup/backup.database.inc |
The database connection to be used when doing a backup or restore. |
BackupDatabase::__construct |
function |
core/includes/backup/backup.database.inc |
Constructor for creating a new backup of any type. |
BackupDatabase::postRestore |
function |
core/includes/backup/backup.database.inc |
Change a file after restoration. |
BackupConfig::getConfigType |
function |
core/includes/backup/backup.config.inc |
Get the type of config being backed-up or restored. |
BackupFile::$fileExtensions |
property |
core/includes/backup/backup.file.inc |
|
BackupMySql::defaultSettings |
function |
core/includes/backup/backup.mysql.inc |
Get the default settings for this object. |
BackupBaseTestCase::$backups |
property |
core/modules/simpletest/tests/backup.test |
List of all backups from before the test was executed. |
BackupBaseTestCase::tearDown |
function |
core/modules/simpletest/tests/backup.test |
Delete created files and temporary files directory, delete the tables
created by setUp(), and reset the database prefix. |
BackupDatabase::databaseInfo |
function |
core/includes/backup/backup.database.inc |
Get the version info for the given database. |
BackupDatabase::getViewNames |
function |
core/includes/backup/backup.database.inc |
Get a list of views in the database. |
BackupDatabase::unlockTables |
function |
core/includes/backup/backup.database.inc |
Unlock any tables that have been locked. |
BackupMySql::getViewCreateSql |
function |
core/includes/backup/backup.mysql.inc |
Get the SQL for the structure of the given view. |
BackupMySql::getSqlFileHeader |
function |
core/includes/backup/backup.mysql.inc |
The header for the top of the SQL dump file. |
BackupMySql::getSqlFileFooter |
function |
core/includes/backup/backup.mysql.inc |
The footer of the SQL dump file. |
BackupSettingsTestCase::setUp |
function |
core/modules/simpletest/tests/backup.test |
Overrides BackdropWebTestCase::setUp() for backup settings testing. |
BackupDatabase::getFileTypeId |
function |
core/includes/backup/backup.database.inc |
Get the file type supported when backing-up or restoring to/from a file. |
BackupDatabase::getTableNames |
function |
core/includes/backup/backup.database.inc |
Get a list of tables in the database. |
BackupBaseTestCase::$adminUser |
property |
core/modules/simpletest/tests/backup.test |
Admin user with the permission to run updates. |
BackupDatabase::getObjectNames |
function |
core/includes/backup/backup.database.inc |
Get a list of objects in the database. |
BackupMySql::prepareEnvironment |
function |
core/includes/backup/backup.mysql.inc |
Prepare the PHP environment for performing a backup or restore. |
BackupDatabase::defaultSettings |
function |
core/includes/backup/backup.database.inc |
Get the default settings for this object. |
BackupDatabase::getLockedTables |
function |
core/includes/backup/backup.database.inc |
Get a list of tables to be locked during the backup. |
BackupMySql::backupDatabaseToFile |
function |
core/includes/backup/backup.mysql.inc |
Backup the databases to a file. |
BackupMySql::getTableStructureSql |
function |
core/includes/backup/backup.mysql.inc |
Get the SQL for the structure of the given table. |
BackupBaseTestCase::restoreBackup |
function |
core/modules/simpletest/tests/backup.test |
Restore a backup via restore.php. |
BackupMySql::getDatabaseConnection |
function |
core/includes/backup/backup.mysql.inc |
Get the db connection for the specified db. |
BackupBaseTestCase::$restoreErrors |
property |
core/modules/simpletest/tests/backup.test |
Array of errors triggered during the restore process. |