You are here

property backup_migrate_filter_backup_restore::$op_weights in Backup and Migrate 8.2

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

Overrides backup_migrate_filter::$op_weights

File

includes/filters.backup_restore.inc, line 15
This filter performs tha actual backup or restore operation. Not technically a filter per-se, but it does need to fit in the call chain.

Class

backup_migrate_filter_backup_restore
A filter backup or migrate the specified source.

Code

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