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
- interface \Drupal\Component\Plugin\ConfigurableInterface; interface \Drupal\Component\Plugin\DependentPluginInterface
- interface \Drupal\backup_migrate\Drupal\EntityPlugins\WrapperPluginInterface
- interface \Drupal\backup_migrate\Drupal\EntityPlugins\SourcePluginInterface
- interface \Drupal\backup_migrate\Drupal\EntityPlugins\WrapperPluginInterface
Expanded class hierarchy of SourcePluginInterface
All classes that implement SourcePluginInterface
File
- src/
Drupal/ EntityPlugins/ SourcePluginInterface.php, line 10
Namespace
Drupal\backup_migrate\Drupal\EntityPluginsView source
interface SourcePluginInterface extends WrapperPluginInterface {
}Members
|
Name |
Modifiers | Type | Description | Overrides |
|---|---|---|---|---|
|
ConfigurableInterface:: |
public | function | Gets default configuration for this plugin. | 14 |
|
ConfigurableInterface:: |
public | function | Gets this plugin's configuration. | 15 |
|
ConfigurableInterface:: |
public | function | Sets the configuration for this plugin instance. | 15 |
|
DependentPluginInterface:: |
public | function | Calculates dependencies for the configured plugin. | 20 |
|
WrapperPluginInterface:: |
public | function | Alter the backup_migrate object to add the source and required services. | 1 |