You are here

DestinationPluginInterface.php in Backup and Migrate 5.0.x

File

src/Drupal/EntityPlugins/DestinationPluginInterface.php
View source
<?php

namespace Drupal\backup_migrate\Drupal\EntityPlugins;


/**
 * Wraps a Backup and Migrate source with a Drupal plugin.
 *
 * @package Drupal\backup_migrate\Drupal\EntityPlugins
 */
interface DestinationPluginInterface extends WrapperPluginInterface {

}

Interfaces

Namesort descending Description
DestinationPluginInterface Wraps a Backup and Migrate source with a Drupal plugin.