interface RemoteDestinationInterface in Backup and Migrate 5.0.x
Interface RemoteDestinationInterface.
@package Drupal\backup_migrate\Core\Destination
Hierarchy
- interface \Drupal\backup_migrate\Core\Plugin\PluginInterface
- interface \Drupal\backup_migrate\Core\Destination\DestinationInterface
- interface \Drupal\backup_migrate\Core\Destination\RemoteDestinationInterface
- interface \Drupal\backup_migrate\Core\Destination\DestinationInterface
Expanded class hierarchy of RemoteDestinationInterface
All classes that implement RemoteDestinationInterface
File
- src/
Core/ Destination/ RemoteDestinationInterface.php, line 10
Namespace
Drupal\backup_migrate\Core\DestinationView source
interface RemoteDestinationInterface extends DestinationInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PluginInterface:: |
public | function | What is the weight of the given operation for this plugin. | 1 |
PluginInterface:: |
public | function | Get a list of supported operations and their weight. | 1 |
PluginInterface:: |
public | function | Does this plugin implement the given operation. | 1 |