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