interface RequirementsAwareDestinationInterface
Same name and namespace in other branches
- 9 core/modules/migrate/tests/src/Unit/MigrationTest.php \Drupal\Tests\migrate\Unit\RequirementsAwareDestinationInterface
- 8.9.x core/modules/migrate/tests/src/Unit/MigrationTest.php \Drupal\Tests\migrate\Unit\RequirementsAwareDestinationInterface
- 11.x core/modules/migrate/tests/src/Unit/MigrationTest.php \Drupal\Tests\migrate\Unit\RequirementsAwareDestinationInterface
Defines the RequirementsAwareDestinationInterface.
Hierarchy
- interface \Drupal\migrate\Plugin\MigrateDestinationInterface implements \Drupal\Component\Plugin\PluginInspectionInterface; interface \Drupal\migrate\Plugin\RequirementsInterface
- interface \Drupal\Tests\migrate\Unit\RequirementsAwareDestinationInterface implements \Drupal\migrate\Plugin\MigrateDestinationInterface, \Drupal\migrate\Plugin\RequirementsInterface
Expanded class hierarchy of RequirementsAwareDestinationInterface
All classes that implement RequirementsAwareDestinationInterface
File
-
core/
modules/ migrate/ tests/ src/ Unit/ MigrationTest.php, line 357
Namespace
Drupal\Tests\migrate\UnitView source
interface RequirementsAwareDestinationInterface extends MigrateDestinationInterface, RequirementsInterface {
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
MigrateDestinationInterface::fields | public | function | Returns an array of destination fields. | 10 |
MigrateDestinationInterface::getDestinationModule | public | function | Gets the destination module handling the destination data. | 1 |
MigrateDestinationInterface::getIds | public | function | Gets the destination IDs. | 11 |
MigrateDestinationInterface::import | public | function | Import the row. | 11 |
MigrateDestinationInterface::rollback | public | function | Delete the specified destination object from the target Drupal. | 1 |
MigrateDestinationInterface::rollbackAction | public | function | The rollback action for the last imported item. | 1 |
MigrateDestinationInterface::supportsRollback | public | function | Whether the destination can be rolled back or not. | 1 |
PluginInspectionInterface::getPluginDefinition | public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface::getPluginId | public | function | Gets the plugin ID of the plugin instance. | 2 |
RequirementsInterface::checkRequirements | public | function | Checks if requirements for this plugin are OK. | 3 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.