1 backup.database.inc | public BackupDatabase::getFileTypeId() |
Get the file type supported when backing-up or restoring to/from a file.
File
- core/
includes/ backup/ backup.database.inc, line 38 - Functions to handle the direct to/from database backup source.
Class
- BackupDatabase
- A destination type for saving to a database server.
Code
public function getFileTypeId() {
return 'sql';
}