1 backup.database.inc abstract protected BackupDatabase::restoreDatabaseFromFile(BackupFile $file)

Backup the databases to a file.

Return value

int|false: The number of commands executed on restore. FALSE on failure.

File

core/includes/backup/backup.database.inc, line 379
Functions to handle the direct to/from database backup source.

Class

BackupDatabase
A destination type for saving to a database server.

Code

abstract protected function restoreDatabaseFromFile(BackupFile $file);