You are here

function backup_migrate_location::settings_default in Backup and Migrate 8.3

Same name and namespace in other branches
  1. 6.3 includes/locations.inc \backup_migrate_location::settings_default()
  2. 7.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 271

Class

backup_migrate_location
A base class for creating locations.

Code

function settings_default() {
  return array();
}