You are here

function backup_migrate_item::edit_form_validate in Backup and Migrate 8.3

Same name and namespace in other branches
  1. 8.2 includes/crud.inc \backup_migrate_item::edit_form_validate()
  2. 6.3 includes/crud.inc \backup_migrate_item::edit_form_validate()
  3. 6.2 includes/crud.inc \backup_migrate_item::edit_form_validate()
  4. 7.3 includes/crud.inc \backup_migrate_item::edit_form_validate()
  5. 7.2 includes/crud.inc \backup_migrate_item::edit_form_validate()

Validate the edit form for the item.

4 calls to backup_migrate_item::edit_form_validate()
backup_migrate_destination_db::edit_form_validate in includes/destinations.db.inc
Validate the configuration form. Make sure the db info is valid.
backup_migrate_destination_files::edit_form_validate in includes/destinations.file.inc
Validate the form for the settings for the files destination.
backup_migrate_schedule::edit_form_validate in includes/schedules.inc
Submit the edit form.
backup_migrate_source_db::edit_form_validate in includes/sources.db.inc
Validate the configuration form. Make sure the db info is valid.
5 methods override backup_migrate_item::edit_form_validate()
backup_migrate_destination_db::edit_form_validate in includes/destinations.db.inc
Validate the configuration form. Make sure the db info is valid.
backup_migrate_destination_files::edit_form_validate in includes/destinations.file.inc
Validate the form for the settings for the files destination.
backup_migrate_destination_nodesquirrel::edit_form_validate in includes/destinations.nodesquirrel.inc
Submit the configuration form. Glue the url together and add the old password back if a new one was not specified.
backup_migrate_schedule::edit_form_validate in includes/schedules.inc
Submit the edit form.
backup_migrate_source_db::edit_form_validate in includes/sources.db.inc
Validate the configuration form. Make sure the db info is valid.

File

includes/crud.inc, line 814
CRUD functions for backup and migrate types (schedules, profiles etc.).

Class

backup_migrate_item
A base class for items which can be stored in the database, listed, edited, deleted etc.

Code

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