You are here

RemoteDestinationInterface.php in Backup and Migrate 5.0.x

File

src/Core/Destination/RemoteDestinationInterface.php
View source
<?php

namespace Drupal\backup_migrate\Core\Destination;


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

}

Interfaces

Namesort descending Description
RemoteDestinationInterface Interface RemoteDestinationInterface.