You are here

property backup_migrate_filter_encryption::$op_weights in Backup and Migrate 6.3

Same name and namespace in other branches
  1. 8.2 includes/filters.encryption.inc \backup_migrate_filter_encryption::op_weights
  2. 8.3 includes/filters.encryption.inc \backup_migrate_filter_encryption::op_weights
  3. 6.2 includes/filters.encryption.inc \backup_migrate_filter_encryption::op_weights
  4. 7.3 includes/filters.encryption.inc \backup_migrate_filter_encryption::op_weights
  5. 7.2 includes/filters.encryption.inc \backup_migrate_filter_encryption::op_weights

Overrides backup_migrate_filter::$op_weights

File

includes/filters.encryption.inc, line 15
A filter for encrypting bckups with AES.

Class

backup_migrate_filter_encryption
A filter for encrypting backup files.

Code

var $op_weights = array(
  'backup' => 170,
  'restore' => -170,
);