You are here

function backup_migrate_location::restore_settings_form in Backup and Migrate 8.3

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

Get the form for the settings for this filter.

File

includes/locations.inc, line 331

Class

backup_migrate_location
A base class for creating locations.

Code

function restore_settings_form($settings) {
  return array();
}