1 backup.database.inc | public BackupDatabase::typeLabel() |
The translated name of the backup type.
Examples are t("Database") or t("Configuration").
Return value
string:
Overrides Backup::typeLabel
File
- core/
includes/ backup/ backup.database.inc, line 31 - Functions to handle the direct to/from database backup source.
Class
- BackupDatabase
- A destination type for saving to a database server.
Code
public function typeLabel() {
return t('Database');
}