You are here

RemoteDestinationInterface.php in Backup and Migrate 8.4

File

lib/backup_migrate_core/src/Destination/RemoteDestinationInterface.php
View source
<?php

namespace BackupMigrate\Core\Destination;


/**
 * Interface RemoteDestinationInterface.
 *
 * @package BackupMigrate\Core\Destination
 */
interface RemoteDestinationInterface extends DestinationInterface {

}

Interfaces

Namesort descending Description
RemoteDestinationInterface Interface RemoteDestinationInterface.