You are here

property backup_migrate_destination_files_manual::$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_manual::supported_ops
  2. 8.3 includes/destinations.file.inc \backup_migrate_destination_files_manual::supported_ops
  3. 6.2 includes/destinations.file.inc \backup_migrate_destination_files_manual::supported_ops
  4. 7.3 includes/destinations.file.inc \backup_migrate_destination_files_manual::supported_ops
  5. 7.2 includes/destinations.file.inc \backup_migrate_destination_files_manual::supported_ops

Overrides backup_migrate_destination_files::$supported_ops

File

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

Class

backup_migrate_destination_files_manual
The manual files directory.

Code

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