interface WritableDestinationInterface in Backup and Migrate 8.4
Interface WritableDestinationInterface.
@package BackupMigrate\Core\Destination
Hierarchy
- interface \BackupMigrate\Core\Plugin\PluginInterface
- interface \BackupMigrate\Core\Destination\DestinationInterface
- interface \BackupMigrate\Core\Destination\WritableDestinationInterface
- interface \BackupMigrate\Core\Destination\DestinationInterface
Expanded class hierarchy of WritableDestinationInterface
All classes that implement WritableDestinationInterface
File
- lib/
backup_migrate_core/ src/ Destination/ WritableDestinationInterface.php, line 12
Namespace
BackupMigrate\Core\DestinationView source
interface WritableDestinationInterface extends DestinationInterface {
/**
* Save a file to the destination.
*
* @param \BackupMigrate\Core\File\BackupFileReadableInterface $file
* The file to save.
*/
function saveFile(BackupFileReadableInterface $file);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PluginInterface:: |
public | function | What is the weight of the given operation for this plugin. | 1 |
PluginInterface:: |
public | function | Get a list of supported operations and their weight. | 1 |
PluginInterface:: |
public | function | Does this plugin implement the given operation. | 1 |
WritableDestinationInterface:: |
function | Save a file to the destination. | 2 |