You are here

function backup_migrate_destination::restore_settings_form in Backup and Migrate 8.2

Same name and namespace in other branches
  1. 6.2 includes/destinations.inc \backup_migrate_destination::restore_settings_form()
  2. 7.2 includes/destinations.inc \backup_migrate_destination::restore_settings_form()

Get the form for the settings for this filter.

File

includes/destinations.inc, line 987

Class

backup_migrate_destination
A base class for creating destinations.

Code

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