RemoteDestinationInterface.php in Backup and Migrate 8.4
Namespace
BackupMigrate\Core\DestinationFile
lib/backup_migrate_core/src/Destination/RemoteDestinationInterface.phpView source
<?php
namespace BackupMigrate\Core\Destination;
/**
* Interface RemoteDestinationInterface.
*
* @package BackupMigrate\Core\Destination
*/
interface RemoteDestinationInterface extends DestinationInterface {
}
Interfaces
Name | Description |
---|---|
RemoteDestinationInterface | Interface RemoteDestinationInterface. |