function backup_migrate_destination_remote::get_location in Backup and Migrate 7.2
Same name and namespace in other branches
- 8.2 includes/destinations.inc \backup_migrate_destination_remote::get_location()
- 8.3 includes/destinations.inc \backup_migrate_destination_remote::get_location()
- 6.3 includes/destinations.inc \backup_migrate_destination_remote::get_location()
- 6.2 includes/destinations.inc \backup_migrate_destination_remote::get_location()
- 7.3 includes/destinations.inc \backup_migrate_destination_remote::get_location()
The location is a URI so parse it and store the parts.
Overrides backup_migrate_destination::get_location
File
- includes/
destinations.inc, line 1053
Class
- backup_migrate_destination_remote
- A base class for creating destinations.
Code
function get_location() {
return $this
->url(FALSE);
}