You are here

DestinationInterface.php in Backup and Migrate 5.0.x

File

src/Core/Destination/DestinationInterface.php
View source
<?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 {

}

Interfaces

Namesort descending Description
DestinationInterface Provides an interface defining a backup destination.