You are here

public property backup_migrate_destination_filesource::$supported_ops in Backup and Migrate 7.3

Same name and namespace in other branches
  1. 8.3 includes/sources.filesource.inc \backup_migrate_destination_filesource::supported_ops
  2. 6.3 includes/sources.filesource.inc \backup_migrate_destination_filesource::supported_ops

Overrides backup_migrate_location::$supported_ops

File

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

Class

backup_migrate_destination_filesource
A destination type for saving locally to the server.

Code

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