backup_migrate-5.0.0-rc2/src/Core/Destination/DestinationInterface.php
src/Core/Destination/DestinationInterface.php
<?php
namespace Drupal\backup_migrate\Core\Destination;
use Drupal\backup_migrate\Core\Plugin\PluginInterface;
/**
* Provides an interface defining a backup destination.
*
* Ie: a place where backup files are stored).
*/
interface DestinationInterface extends PluginInterface {
}
