You are here

interface RequirementsAwareDestinationInterface in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/tests/src/Unit/MigrationTest.php \Drupal\Tests\migrate\Unit\RequirementsAwareDestinationInterface
  2. 10 core/modules/migrate/tests/src/Unit/MigrationTest.php \Drupal\Tests\migrate\Unit\RequirementsAwareDestinationInterface

Defines the RequirementsAwareDestinationInterface.

Hierarchy

Expanded class hierarchy of RequirementsAwareDestinationInterface

All classes that implement RequirementsAwareDestinationInterface

File

core/modules/migrate/tests/src/Unit/MigrationTest.php, line 258
Contains \Drupal\Tests\migrate\Unit\MigrationTest.

Namespace

Drupal\Tests\migrate\Unit
View source
interface RequirementsAwareDestinationInterface extends MigrateDestinationInterface, RequirementsInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
MigrateDestinationInterface::fields public function Returns an array of destination fields. 11
MigrateDestinationInterface::getDestinationModule public function Gets the destination module handling the destination data. 1
MigrateDestinationInterface::getIds public function Gets the destination IDs. 12
MigrateDestinationInterface::import public function Import the row. 12
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