You are here

constant BACKUP_MIGRATE_VERSION in Backup and Migrate 8.2

Same name and namespace in other branches
  1. 8.3 backup_migrate.module \BACKUP_MIGRATE_VERSION
  2. 6.3 backup_migrate.module \BACKUP_MIGRATE_VERSION
  3. 7.3 backup_migrate.module \BACKUP_MIGRATE_VERSION
  4. 7.2 backup_migrate.module \BACKUP_MIGRATE_VERSION

@file Create (manually or scheduled) and restore backups of your Drupal MySQL database with an option to exclude table data (e.g. cache_*)

1 use of BACKUP_MIGRATE_VERSION
backup_migrate_filter_utils::add_file_info in includes/filters.utils.inc
Add the backup metadata to the file.

File

./backup_migrate.module, line 11
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_VERSION', '8.x-2.x');