property backup_migrate_destination_filesource::$supported_ops in Backup and Migrate 6.3
Same name and namespace in other branches
- 8.3 includes/sources.filesource.inc \backup_migrate_destination_filesource::supported_ops
- 7.3 includes/sources.filesource.inc \backup_migrate_destination_filesource::supported_ops
Overrides backup_migrate_location::$supported_ops
File
- includes/
sources.filesource.inc, line 16 - A destination type for saving locally to the server.
Class
- backup_migrate_destination_filesource
- A destination type for saving locally to the server.
Code
var $supported_ops = array(
'restore',
'configure',
'delete',
'source',
);