function backup_migrate_location_remote::set_location in Backup and Migrate 6.3
Same name and namespace in other branches
- 8.3 includes/locations.inc \backup_migrate_location_remote::set_location()
- 7.3 includes/locations.inc \backup_migrate_location_remote::set_location()
Return the location with the password.
Overrides backup_migrate_location::set_location
File
- includes/
locations.inc, line 440
Class
- backup_migrate_location_remote
- A base class for creating locations.
Code
function set_location($location) {
$this->location = $location;
$this
->set_url($location);
}