You are here

property backup_migrate_filter_utils::$op_weights in Backup and Migrate 6.3

Same name and namespace in other branches
  1. 8.3 includes/filters.utils.inc \backup_migrate_filter_utils::op_weights
  2. 7.3 includes/filters.utils.inc \backup_migrate_filter_utils::op_weights

Overrides backup_migrate_filter::$op_weights

File

includes/filters.utils.inc, line 15
A filter to run some basic utility functions. Basically any useful option not big enough to justify it's own class.

Class

backup_migrate_filter_utils
A filter to run some basic utility functions.

Code

var $op_weights = array(
  'pre_backup' => -1000,
  'post_backup' => 1000,
);