You are here

function backup_migrate_destination::set_location in Backup and Migrate 8.2

Same name and namespace in other branches
  1. 6.2 includes/destinations.inc \backup_migrate_destination::set_location()
  2. 7.2 includes/destinations.inc \backup_migrate_destination::set_location()
1 method overrides backup_migrate_destination::set_location()
backup_migrate_destination_remote::set_location in includes/destinations.inc
Return the location with the password.

File

includes/destinations.inc, line 554

Class

backup_migrate_destination
A base class for creating destinations.

Code

function set_location($location) {
  $this->location = $location;
}