function backup_file::can_restore in Backup and Migrate 8.2
Same name and namespace in other branches
- 8.3 includes/files.inc \backup_file::can_restore()
- 6.3 includes/files.inc \backup_file::can_restore()
- 6.2 includes/files.inc \backup_file::can_restore()
- 7.3 includes/files.inc \backup_file::can_restore()
- 7.2 includes/files.inc \backup_file::can_restore()
Can this file be used to restore to.
File
- includes/
files.inc, line 224 - General file handling code for Backup and Migrate.
Class
- backup_file
- A backup file which allows for saving to and reading from the server.
Code
function can_restore() {
return @$this->type['restore'];
}