You are here

function backup_migrate_location::backup_settings_form_submit in Backup and Migrate 8.3

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

Submit the settings form. Any values returned will be saved.

File

includes/locations.inc, line 318

Class

backup_migrate_location
A base class for creating locations.

Code

function backup_settings_form_submit($form, &$form_state) {
}