You are here

interface SourcePluginInterface in Backup and Migrate 5.0.x

Wraps a Backup and Migrate source with a Drupal plugin.

@package Drupal\backup_migrate\Drupal\EntityPlugins

Hierarchy

Expanded class hierarchy of SourcePluginInterface

All classes that implement SourcePluginInterface

File

src/Drupal/EntityPlugins/SourcePluginInterface.php, line 10

Namespace

Drupal\backup_migrate\Drupal\EntityPlugins
View source
interface SourcePluginInterface extends WrapperPluginInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
ConfigurableInterface::defaultConfiguration public function Gets default configuration for this plugin. 14
ConfigurableInterface::getConfiguration public function Gets this plugin's configuration. 15
ConfigurableInterface::setConfiguration public function Sets the configuration for this plugin instance. 15
DependentPluginInterface::calculateDependencies public function Calculates dependencies for the configured plugin. 20
WrapperPluginInterface::alterBackupMigrate public function Alter the backup_migrate object to add the source and required services. 1