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