constant BACKUP_MIGRATE_VERSION in Backup and Migrate 7.3
Same name and namespace in other branches
- 8.2 backup_migrate.module \BACKUP_MIGRATE_VERSION
- 8.3 backup_migrate.module \BACKUP_MIGRATE_VERSION
- 6.3 backup_migrate.module \BACKUP_MIGRATE_VERSION
- 7.2 backup_migrate.module \BACKUP_MIGRATE_VERSION
@file Backup and restore databases for Drupal.
3 uses of BACKUP_MIGRATE_VERSION
- backup_migrate_files_destination_archivesource::generate_manifest in includes/
sources.archivesource.inc - Generates a manifest file.
- backup_migrate_filter_utils::add_file_info in includes/
filters.utils.inc - Add the backup metadata to the file.
- backup_migrate_source_db_mysql::_get_sql_file_header in includes/
sources.db.mysql.inc - The header for the top of the sql dump file. These commands set the connection character encoding to help prevent encoding conversion issues.
File
- ./
backup_migrate.module, line 8 - Backup and restore databases for Drupal.
Code
define('BACKUP_MIGRATE_VERSION', '7.x-3.x');