property backup_migrate_destination_files::$supported_ops in Backup and Migrate 7.2
Same name and namespace in other branches
- 8.2 includes/destinations.file.inc \backup_migrate_destination_files::supported_ops
- 8.3 includes/destinations.file.inc \backup_migrate_destination_files::supported_ops
- 6.3 includes/destinations.file.inc \backup_migrate_destination_files::supported_ops
- 6.2 includes/destinations.file.inc \backup_migrate_destination_files::supported_ops
- 7.3 includes/destinations.file.inc \backup_migrate_destination_files::supported_ops
Overrides backup_migrate_destination::$supported_ops
File
- includes/
destinations.file.inc, line 16 - A destination type for saving locally to the server.
Class
- backup_migrate_destination_files
- A destination type for saving locally to the server.
Code
var $supported_ops = array(
'scheduled backup',
'manual backup',
'restore',
'list files',
'configure',
'delete',
);