You are here

DestinationPluginInterface.php in Backup and Migrate 8.4

File

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

namespace BackupMigrate\Drupal\EntityPlugins;


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

}

Interfaces

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