You are here

function backup_migrate_location::backup_settings_default in Backup and Migrate 8.3

Same name and namespace in other branches
  1. 6.3 includes/locations.inc \backup_migrate_location::backup_settings_default()
  2. 7.3 includes/locations.inc \backup_migrate_location::backup_settings_default()

Get the form for the settings for this filter.

3 methods override backup_migrate_location::backup_settings_default()
backup_migrate_destination_db::backup_settings_default in includes/destinations.db.inc
Get the form for the settings for this destination.
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();
}