function backup_migrate_destination::restore_settings_form_validate in Backup and Migrate 6.2
Same name and namespace in other branches
- 8.2 includes/destinations.inc \backup_migrate_destination::restore_settings_form_validate()
- 7.2 includes/destinations.inc \backup_migrate_destination::restore_settings_form_validate()
Get the form for the settings for this filter.
File
- includes/
destinations.inc, line 966
Class
- backup_migrate_destination
- A base class for creating destinations.
Code
function restore_settings_form_validate($form_values) {
}