1 backup.database.inc | public BackupDatabase::databaseInfo() |
Get the version info for the given database.
File
- core/
includes/ backup/ backup.database.inc, line 45 - Functions to handle the direct to/from database backup source.
Class
- BackupDatabase
- A destination type for saving to a database server.
Code
public function databaseInfo() {
return array(
'type' => FALSE,
'version' => t('Unknown'),
);
}