function backup_migrate_destination::_delete_file in Backup and Migrate 6.2
Same name and namespace in other branches
- 8.2 includes/destinations.inc \backup_migrate_destination::_delete_file()
- 8.3 includes/destinations.inc \backup_migrate_destination::_delete_file()
- 6.3 includes/destinations.inc \backup_migrate_destination::_delete_file()
- 7.3 includes/destinations.inc \backup_migrate_destination::_delete_file()
- 7.2 includes/destinations.inc \backup_migrate_destination::_delete_file()
Delete the file with the given destination specific id.
1 call to backup_migrate_destination::_delete_file()
- backup_migrate_destination::delete_file in includes/
destinations.inc - Delete the file with the given destination specific id.
2 methods override backup_migrate_destination::_delete_file()
- backup_migrate_destination_ftp::_delete_file in includes/
destinations.ftp.inc - Delete from the ftp destination.
- backup_migrate_destination_s3::_delete_file in includes/
destinations.s3.inc - Delete from the s3 destination.
File
- includes/
destinations.inc, line 697
Class
- backup_migrate_destination
- A base class for creating destinations.
Code
function _delete_file($file_id) {
// This must be overriden.
}