You are here

property backup_migrate_files_destination_filesource::$supported_ops in Backup and Migrate Files 7

File

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

Class

backup_migrate_files_destination_filesource
A destination type for saving locally to the server.

Code

var $supported_ops = array(
  'restore',
  'configure',
  'delete',
  'source',
);