You are here

function backup_migrate_location_remote::set_location in Backup and Migrate 8.3

Same name and namespace in other branches
  1. 6.3 includes/locations.inc \backup_migrate_location_remote::set_location()
  2. 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);
}