public function backup_migrate_location::settings_default in Backup and Migrate 7.3
Same name and namespace in other branches
- 8.3 includes/locations.inc \backup_migrate_location::settings_default()
- 6.3 includes/locations.inc \backup_migrate_location::settings_default()
Get the form for the settings for this location type.
1 method overrides backup_migrate_location::settings_default()
- backup_migrate_destination::settings_default in includes/
destinations.inc - Get the form for the settings for this destination type.
File
- includes/
locations.inc, line 294
Class
- backup_migrate_location
- A base class for creating locations.
Code
public function settings_default() {
return array();
}