SourcePluginInterface.php in Backup and Migrate 5.0.x
File
src/Drupal/EntityPlugins/SourcePluginInterface.phpView 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 SourcePluginInterface extends WrapperPluginInterface {
}
Interfaces
Name | Description |
---|---|
SourcePluginInterface | Wraps a Backup and Migrate source with a Drupal plugin. |