Namesort descending Location Description
BackupFile::popExtension core/includes/backup/backup.file.inc Remove rom the extension list.
BackupFile::pushExtension core/includes/backup/backup.file.inc Add to the extension list.
BackupFile::putContents core/includes/backup/backup.file.inc Write the entire contents of the file.
BackupFile::read core/includes/backup/backup.file.inc Read a line from the file.
BackupFile::write core/includes/backup/backup.file.inc Write a line to the file.
BackupFile::__construct core/includes/backup/backup.file.inc Construct a file object used to save or load a backup from disk.
BackupMySql::applies core/includes/backup/backup.mysql.inc Determine if this backup source should be used for a particular target.
BackupMySql::backupDatabaseToFile core/includes/backup/backup.mysql.inc Backup the databases to a file.
BackupMySql::databaseInfo core/includes/backup/backup.mysql.inc Get the version info for the given database.
BackupMySql::defaultSettings core/includes/backup/backup.mysql.inc Get the default settings for this object.
BackupMySql::dumpTableDataSqlToFile core/includes/backup/backup.mysql.inc Get the SQL to insert the data for a given table.
BackupMySql::getDatabaseConnection core/includes/backup/backup.mysql.inc Get the db connection for the specified db.
BackupMySql::getSqlFileFooter core/includes/backup/backup.mysql.inc The footer of the SQL dump file.
BackupMySql::getSqlFileHeader core/includes/backup/backup.mysql.inc The header for the top of the SQL dump file.
BackupMySql::getTableData core/includes/backup/backup.mysql.inc Get a list of table and view data from the database.
BackupMySql::getTableNames core/includes/backup/backup.mysql.inc Get a list of tables in the database.
BackupMySql::getTables core/includes/backup/backup.mysql.inc Get a list of tables in the database.
BackupMySql::getTableStructureSql core/includes/backup/backup.mysql.inc Get the SQL for the structure of the given table.
BackupMySql::getViewCreateSql core/includes/backup/backup.mysql.inc Get the SQL for the structure of the given view.
BackupMySql::getViewNames core/includes/backup/backup.mysql.inc Get a list of views in the database.
BackupMySql::getViews core/includes/backup/backup.mysql.inc Get a list of views in the database.
BackupMySql::lockTables core/includes/backup/backup.mysql.inc Lock the database in anticipation of a backup.
BackupMySql::prepareEnvironment core/includes/backup/backup.mysql.inc Prepare the PHP environment for performing a backup or restore.
BackupMySql::query core/includes/backup/backup.mysql.inc Run a query on this destination's database using Backdrop's MySQL engine.
BackupMySql::readSqlCommandFromFile core/includes/backup/backup.mysql.inc Read a multiline sql command from a file.
BackupMySql::restoreDatabaseFromFile core/includes/backup/backup.mysql.inc Backup the databases to a file.
BackupMySql::unlockTables core/includes/backup/backup.mysql.inc Unlock any tables that have been locked.
BackupMySql::__construct core/includes/backup/backup.mysql.inc Constructor for creating a new MySQL-based backup.
BackupSettingsTestCase::setUp core/modules/simpletest/tests/backup.test Overrides BackdropWebTestCase::setUp() for backup settings testing.
BackupSettingsTestCase::testBackupSettingsForm core/modules/simpletest/tests/backup.test Tests the backup settings form.
BackupUpdateTestCase::performUpgradeWithBackup core/modules/simpletest/tests/backup.test Perform the upgrade.
BackupUpdateTestCase::setUp core/modules/simpletest/tests/backup.test Overrides BackdropWebTestCase::setUp() for upgrade testing.
BackupUpdateTestCase::testUpdateWithBackup core/modules/simpletest/tests/backup.test Tests running an update with a backup and then restoring it.
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_class_list core/includes/backup.inc Get all backup/restore class names and file paths.
backup_delete core/includes/backup.inc Delete a backup from the backup directory by its directory name.
backup_directory_list core/includes/backup.inc Get a list of all available backups.
backup_execute core/includes/backup.inc Run a backup process.
backup_get_backup_directory core/includes/bootstrap.inc Get the backup directory (if any) for this site.
backup_get_handler_name core/includes/backup.inc Given a particular backup/restore target, find the class that applies.
backup_limit_cleanup core/includes/backup.inc Delete excess backups that exceed a certain count. Oldest first.
backup_prepare core/includes/backup.inc Prepare for a single backup process, ensuring requirements are met.
backup_restore_execute core/includes/backup.inc Run a backup process.
backup_restore_prepare core/includes/backup.inc Prepare for a single restore process, ensuring requirements are met.
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_test_install core/modules/simpletest/tests/backup_test/backup_test.install Implements hook_install().
backup_test_menu core/modules/simpletest/tests/backup_test/backup_test.module Implements hook_menu().

Pages