function backup_migrate_location::backup_settings_default in Backup and Migrate 6.3
Same name and namespace in other branches
- 8.3 includes/locations.inc \backup_migrate_location::backup_settings_default()
- 7.3 includes/locations.inc \backup_migrate_location::backup_settings_default()
Get the form for the settings for this filter.
2 methods override backup_migrate_location::backup_settings_default()
- backup_migrate_destination_filesource::backup_settings_default in includes/
sources.filesource.inc - Get the form for the settings for this destination.
- backup_migrate_source_db::backup_settings_default in includes/
sources.db.inc - Get the form for the settings for this destination.
File
- includes/
locations.inc, line 298
Class
- backup_migrate_location
- A base class for creating locations.
Code
function backup_settings_default() {
return array();
}