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