You are here

function backup_migrate_destination_db::_restore_db_from_file in Backup and Migrate 8.2

Same name and namespace in other branches
  1. 8.3 includes/destinations.db.inc \backup_migrate_destination_db::_restore_db_from_file()
  2. 6.2 includes/destinations.db.inc \backup_migrate_destination_db::_restore_db_from_file()
  3. 7.3 includes/destinations.db.inc \backup_migrate_destination_db::_restore_db_from_file()
  4. 7.2 includes/destinations.db.inc \backup_migrate_destination_db::_restore_db_from_file()

Backup the databases to a file.

1 call to backup_migrate_destination_db::_restore_db_from_file()
backup_migrate_destination_db::restore_from_file in includes/destinations.db.inc
Restore to this source.
1 method overrides backup_migrate_destination_db::_restore_db_from_file()
backup_migrate_destination_db_mysql::_restore_db_from_file in includes/destinations.db.mysql.inc
Backup the databases to a file.

File

includes/destinations.db.inc, line 235
Functions to handle the direct to database destination.

Class

backup_migrate_destination_db
A destination type for saving to a database server.

Code

function _restore_db_from_file($file, $settings) {

  // Must be overridden.
}