You are here

function backup_migrate_location::restore_settings_default in Backup and Migrate 8.3

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

Get the form for the settings for this filter.

File

includes/locations.inc, line 324

Class

backup_migrate_location
A base class for creating locations.

Code

function restore_settings_default() {
  return array();
}