You are here

property backup_migrate_files_destination_archivesource::$supported_ops in Backup and Migrate 6.3

Same name and namespace in other branches
  1. 8.3 includes/sources.archivesource.inc \backup_migrate_files_destination_archivesource::supported_ops
  2. 7.3 includes/sources.archivesource.inc \backup_migrate_files_destination_archivesource::supported_ops

Overrides backup_migrate_destination_filesource::$supported_ops

File

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

Class

backup_migrate_files_destination_archivesource
A destination type for saving locally to the server.

Code

var $supported_ops = array(
  'source',
);