You are here

34 uses of BACKUP_MIGRATE_MENU_PATH in Backup and Migrate 7.3

backup_migrate_form_update_script_selection_form_alter in ./backup_migrate.module
Implements hook_form_update_script_selection_form_alter().
backup_migrate_get_saved_backups in ./backup_migrate.module
List the previously created backups from across multiple destinations.
backup_migrate_help in ./backup_migrate.module
Implements hook_help().
backup_migrate_item::get_settings_path in includes/crud.inc
Get the columns needed to list the type.
backup_migrate_location::edit_form in includes/locations.inc
Get the edit form for the item.
backup_migrate_location::get_action_links in includes/locations.inc
Get the action links for a location.
backup_migrate_schedule::edit_form in includes/schedules.inc
Get the edit form.
backup_migrate_schedule::get_settings_path in includes/schedules.inc
Get the columns needed to list the type.
backup_migrate_shutdown in ./backup_migrate.module
Shutdown callback.
backup_migrate_ui_destination_delete_file in includes/destinations.inc
Menu callback to delete a file from a destination.
backup_migrate_ui_destination_delete_file_confirm in includes/destinations.inc
Ask confirmation for file deletion.
backup_migrate_ui_destination_delete_file_confirm_submit in includes/destinations.inc
Delete confirmed, perform the delete.
backup_migrate_ui_destination_display_files in includes/destinations.inc
List the backup files in the given destination.
backup_migrate_ui_destination_download_file in includes/destinations.inc
Download a file to the browser.
backup_migrate_ui_destination_restore_file in includes/destinations.inc
Restore a backup file from a destination.
backup_migrate_ui_destination_restore_file_confirm in includes/destinations.inc
Ask confirmation for file restore.
backup_migrate_ui_destination_restore_file_confirm_submit in includes/destinations.inc
Do the file restore.
backup_migrate_ui_manual_backup_form in ./backup_migrate.module
The backup/export form.
backup_migrate_ui_manual_backup_form_submit in ./backup_migrate.module
Submits the form.
backup_migrate_ui_manual_backup_load_profile_form_submit in ./backup_migrate.module
Submit the profile load form.
backup_migrate_ui_manual_quick_backup_form in ./backup_migrate.module
The quick backup form.
backup_migrate_ui_manual_quick_backup_form_submit in ./backup_migrate.module
Submit the quick backup form.
backup_migrate_ui_manual_restore_form in ./backup_migrate.module
The restore/import upload form.
backup_migrate_ui_manual_restore_form_submit in ./backup_migrate.module
The restore submit. Do the restore.
backup_migrate_ui_saved_backups in ./backup_migrate.module
List the previously created backups from across multiple destinations.
backup_migrate_ui_schedule_form in ./backup_migrate.module
The quick schedule form.
BmTestBase::runBackup in tests/BmTestBase.test
Run a specific backup.
BmTestBasics::testQuickBackup in tests/BmTestBasics.test
Verify the main page has the expected form, then run a basic backup.
BmTestCtools::testSettingsPage in tests/BmTestCtools.test
Confirm automated settings exist.
BmTestEmail::testAddEmailDestination in tests/BmTestEmail.test
Confirm the whole email process.
BmTestProfiles::testAddDefaultProfile in tests/BmTestProfiles.test
Confirm adding a new backup process works.
BmTestProfiles::testProfilePage in tests/BmTestProfiles.test
Verify the profile page has the expected functionality available.
_backup_migrate_block_view_quick_backup in ./backup_migrate.module
Quick Backup block.
_backup_migrate_get_destination_pulldown in includes/destinations.inc
Get pulldown to select existing source options.