Namesort descending Location Description
Backup::preBackup core/includes/backup/backup.class.inc Prepare a file to receive a backup.
Backup::prepareEnvironment core/includes/backup/backup.class.inc Prepare the PHP environment for performing a backup or restore.
Backup::preRestore core/includes/backup/backup.class.inc Prepare a file for restoration.
Backup::restore core/includes/backup/backup.class.inc Restore a backup from a file.
Backup::timeoutCheck core/includes/backup/backup.class.inc Determines if time for a page execution has run out.
Backup::typeLabel core/includes/backup/backup.class.inc The translated name of the backup type.
Backup::__construct core/includes/backup/backup.class.inc Constructor for creating a new backup of any type.
BackupBaseTestCase::checkRequirements core/modules/simpletest/tests/backup.test Checks that zlib is enabled in order to run the upgrade tests.
BackupBaseTestCase::restoreBackup core/modules/simpletest/tests/backup.test Restore a backup via restore.php.
BackupBaseTestCase::setUp core/modules/simpletest/tests/backup.test Overrides BackdropWebTestCase::setUp() for upgrade testing.
BackupBaseTestCase::tearDown core/modules/simpletest/tests/backup.test Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
BackupConfig::applies core/includes/backup/backup.config.inc Determine if this backup source should be used for a particular target.
BackupConfig::backup core/includes/backup/backup.config.inc Run the full backup process, including generating the backup and saving it.
BackupConfig::getConfigType core/includes/backup/backup.config.inc Get the type of config being backed-up or restored.
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.
BackupDatabase::backup core/includes/backup/backup.database.inc Run the full backup process, including generating the backup and saving it.
BackupDatabase::backupDatabaseToFile core/includes/backup/backup.database.inc Backup the databases to a file.
BackupDatabase::backupSettingsForm core/includes/backup/backup.database.inc Get the form for the backup settings for this destination.
BackupDatabase::databaseInfo core/includes/backup/backup.database.inc Get the version info for the given database.
BackupDatabase::defaultSettings core/includes/backup/backup.database.inc Get the default settings for this object.
BackupDatabase::getDatabaseConnection core/includes/backup/backup.database.inc Get the db connection for the specified db.
BackupDatabase::getFileTypeId core/includes/backup/backup.database.inc Get the file type supported when backing-up or restoring to/from a file.
BackupDatabase::getLockedTables core/includes/backup/backup.database.inc Get a list of tables to be locked during the backup.
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::lockTables core/includes/backup/backup.database.inc Lock the database in anticipation of a backup.
BackupDatabase::postBackup core/includes/backup/backup.database.inc Change a file after a backup is complete.
BackupDatabase::postRestore core/includes/backup/backup.database.inc Change a file after restoration.
BackupDatabase::preRestore core/includes/backup/backup.database.inc Prepare a file for restoration.
BackupDatabase::restore core/includes/backup/backup.database.inc Restore a backup from a file.
BackupDatabase::restoreDatabaseFromFile core/includes/backup/backup.database.inc Backup the databases to a file.
BackupDatabase::typeLabel core/includes/backup/backup.database.inc The translated name of the backup type.
BackupDatabase::unlockTables core/includes/backup/backup.database.inc Unlock any tables that have been locked.
BackupDatabase::__construct core/includes/backup/backup.database.inc Constructor for creating a new backup of any type.
BackupFile::backupName core/includes/backup/backup.file.inc Get the backup name.
BackupFile::clearLog core/includes/backup/backup.file.inc Clear the current log messages.
BackupFile::close core/includes/backup/backup.file.inc Close a file when we're done reading/writing.
BackupFile::directory core/includes/backup/backup.file.inc Get the file directory;
BackupFile::extension core/includes/backup/backup.file.inc Get the file extension.
BackupFile::fileName core/includes/backup/backup.file.inc Get the final filename.
BackupFile::filePath core/includes/backup/backup.file.inc Get the full current filepath.
BackupFile::getContents core/includes/backup/backup.file.inc Read the entire contents of the file.
BackupFile::getFileSize core/includes/backup/backup.file.inc Get the file size.
BackupFile::getLog core/includes/backup/backup.file.inc Return the array of current log messages.
BackupFile::lastExtension core/includes/backup/backup.file.inc Get the last file extension.
BackupFile::log core/includes/backup/backup.file.inc Log any issues with reading or writing files.
BackupFile::mimetype core/includes/backup/backup.file.inc Get the file mimetype.
BackupFile::open core/includes/backup/backup.file.inc Open a file for reading or writing.

Pages