property backup_migrate_destination_files_scheduled::$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_scheduled::supported_ops
- 6.3 includes/destinations.file.inc \backup_migrate_destination_files_scheduled::supported_ops
- 6.2 includes/destinations.file.inc \backup_migrate_destination_files_scheduled::supported_ops
- 7.3 includes/destinations.file.inc \backup_migrate_destination_files_scheduled::supported_ops
- 7.2 includes/destinations.file.inc \backup_migrate_destination_files_scheduled::supported_ops
Overrides backup_migrate_destination_files::$supported_ops
File
- includes/
destinations.file.inc, line 273 - A destination type for saving locally to the server.
Class
- backup_migrate_destination_files_scheduled
- The scheduled files directory.
Code
var $supported_ops = array(
'scheduled backup',
'restore',
'list files',
'configure',
'delete',
);