You are here

interface SourcePluginInterface in Backup and Migrate 8.4

Wraps a Backup and Migrate source with a Drupal plugin.

@package BackupMigrate\Drupal\EntityPlugins

Hierarchy

Expanded class hierarchy of SourcePluginInterface

All classes that implement SourcePluginInterface

File

src/EntityPlugins/SourcePluginInterface.php, line 10

Namespace

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

}

Members

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