function MigrationInterface::getDestinationPlugin
Same name in other branches
- 9 core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::getDestinationPlugin()
- 10 core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::getDestinationPlugin()
- 11.x core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::getDestinationPlugin()
Returns the initialized destination plugin.
Parameters
bool $stub_being_requested: TRUE to indicate that this destination will be asked to construct a stub.
Return value
\Drupal\migrate\Plugin\MigrateDestinationInterface The destination plugin.
1 method overrides MigrationInterface::getDestinationPlugin()
- Migration::getDestinationPlugin in core/
modules/ migrate/ src/ Plugin/ Migration.php - Returns the initialized destination plugin.
File
-
core/
modules/ migrate/ src/ Plugin/ MigrationInterface.php, line 135
Class
- MigrationInterface
- Interface for migrations.
Namespace
Drupal\migrate\PluginCode
public function getDestinationPlugin($stub_being_requested = FALSE);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.