You are here

constant BACKUP_MIGRATE_MENU_PATH in Backup and Migrate 6.3

Same name and namespace in other branches
  1. 8.2 backup_migrate.module \BACKUP_MIGRATE_MENU_PATH
  2. 8.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
26 uses of BACKUP_MIGRATE_MENU_PATH
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
Implementation of hook_form_update_script_selection_form_alter().
backup_migrate_help in ./backup_migrate.module
Implementation of 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.

... 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/content/backup_migrate');