interface RequirementsAwareDestinationInterface in Drupal 9
Same name and namespace in other branches
- 8 core/modules/migrate/tests/src/Unit/MigrationTest.php \Drupal\Tests\migrate\Unit\RequirementsAwareDestinationInterface
Defines the RequirementsAwareDestinationInterface.
Hierarchy
- interface \Drupal\migrate\Plugin\MigrateDestinationInterface; interface \Drupal\migrate\Plugin\RequirementsInterface
- interface \Drupal\Tests\migrate\Unit\RequirementsAwareDestinationInterface
Expanded class hierarchy of RequirementsAwareDestinationInterface
All classes that implement RequirementsAwareDestinationInterface
File
- core/
modules/ migrate/ tests/ src/ Unit/ MigrationTest.php, line 271 - Contains \Drupal\Tests\migrate\Unit\MigrationTest.
Namespace
Drupal\Tests\migrate\UnitView source
interface RequirementsAwareDestinationInterface extends MigrateDestinationInterface, RequirementsInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MigrateDestinationInterface:: |
public | function | Returns an array of destination fields. | 11 |
MigrateDestinationInterface:: |
public | function | Gets the destination module handling the destination data. | 1 |
MigrateDestinationInterface:: |
public | function | Gets the destination IDs. | 12 |
MigrateDestinationInterface:: |
public | function | Import the row. | 12 |
MigrateDestinationInterface:: |
public | function | Delete the specified destination object from the target Drupal. | 1 |
MigrateDestinationInterface:: |
public | function | The rollback action for the last imported item. | 1 |
MigrateDestinationInterface:: |
public | function | Whether the destination can be rolled back or not. | 1 |
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |
RequirementsInterface:: |
public | function | Checks if requirements for this plugin are OK. | 3 |