You are here

DestinationInterface.php in Backup and Migrate 8.4

File

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

namespace BackupMigrate\Core\Destination;

use BackupMigrate\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.