You are here

property backup_migrate_destination_files::$supported_ops in Backup and Migrate 6.3

Same name and namespace in other branches
  1. 8.2 includes/destinations.file.inc \backup_migrate_destination_files::supported_ops
  2. 8.3 includes/destinations.file.inc \backup_migrate_destination_files::supported_ops
  3. 6.2 includes/destinations.file.inc \backup_migrate_destination_files::supported_ops
  4. 7.3 includes/destinations.file.inc \backup_migrate_destination_files::supported_ops
  5. 7.2 includes/destinations.file.inc \backup_migrate_destination_files::supported_ops

Overrides backup_migrate_destination::$supported_ops

File

includes/destinations.file.inc, line 16
A destination type for saving locally to the server.

Class

backup_migrate_destination_files
A destination type for saving locally to the server.

Code

var $supported_ops = array(
  'scheduled backup',
  'manual backup',
  'local backup',
  'restore',
  'list files',
  'configure',
  'delete',
);