function 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 142 
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.
