You are here

constant BACKUP_MIGRATE_MENU_PATH in Backup and Migrate 8.3

Same name and namespace in other branches
  1. 8.2 backup_migrate.module \BACKUP_MIGRATE_MENU_PATH
  2. 6.3 backup_migrate.module \BACKUP_MIGRATE_MENU_PATH
  3. 6.2 backup_migrate.module \BACKUP_MIGRATE_MENU_PATH
  4. 7.3 backup_migrate.module \BACKUP_MIGRATE_MENU_PATH
  5. 7.2 backup_migrate.module \BACKUP_MIGRATE_MENU_PATH
34 uses of BACKUP_MIGRATE_MENU_PATH
backup_migrate_destination_nodesquirrel::edit_form in includes/destinations.nodesquirrel.inc
Get the form for the settings for this destination.
backup_migrate_destination_nodesquirrel::get_menu_items in includes/destinations.nodesquirrel.inc
Get the menu items for manipulating this type.
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 accross multiple destinations.
backup_migrate_help in ./backup_migrate.module
Implements hook_help().

... See full list

File

./backup_migrate.module, line 12
Create (manually or scheduled) and restore backups of your Drupal MySQL database with an option to exclude table data (e.g. cache_*)

Code

define('BACKUP_MIGRATE_MENU_PATH', 'admin/config/system/backup_migrate');