You are here

public property backup_migrate_destination_browser_download::$weight in Backup and Migrate 7.3

Same name and namespace in other branches
  1. 8.3 includes/destinations.browser.inc \backup_migrate_destination_browser_download::weight
  2. 6.3 includes/destinations.browser.inc \backup_migrate_destination_browser_download::weight

Browser downloads must always be the last destination as they must end the current process when they are done.

Overrides backup_migrate_destination::$weight

File

includes/destinations.browser.inc, line 77
Functions to handle the browser upload/download backup destination.

Class

backup_migrate_destination_browser_download
A destination type for browser download.

Code

public $weight = 1000;