1 backup.class.inc | public Backup::backupSettingsForm() |
Get the form for the backup settings for this destination.
File
- core/
includes/ backup/ backup.class.inc, line 224 - Contains the Backup base class.
Class
- Backup
- Base class for creating backups.
Code
public function backupSettingsForm() {
return array();
}