property backup_migrate_destination_files_manual::$supported_ops in Backup and Migrate 8.2
Same name and namespace in other branches
- 8.3 includes/destinations.file.inc \backup_migrate_destination_files_manual::supported_ops
- 6.3 includes/destinations.file.inc \backup_migrate_destination_files_manual::supported_ops
- 6.2 includes/destinations.file.inc \backup_migrate_destination_files_manual::supported_ops
- 7.3 includes/destinations.file.inc \backup_migrate_destination_files_manual::supported_ops
- 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 262 - 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',
);