1 backup.class.inc | abstract public Backup::typeLabel() |
The translated name of the backup type.
Examples are t("Database") or t("Configuration").
Return value
string:
File
- core/
includes/ backup/ backup.class.inc, line 106 - Contains the Backup base class.
Class
- Backup
- Base class for creating backups.
Code
abstract public function typeLabel();