function MigrateDestinationInterface::getDestinationModule
Same name in other branches
- 9 core/modules/migrate/src/Plugin/MigrateDestinationInterface.php \Drupal\migrate\Plugin\MigrateDestinationInterface::getDestinationModule()
- 8.9.x core/modules/migrate/src/Plugin/MigrateDestinationInterface.php \Drupal\migrate\Plugin\MigrateDestinationInterface::getDestinationModule()
- 10 core/modules/migrate/src/Plugin/MigrateDestinationInterface.php \Drupal\migrate\Plugin\MigrateDestinationInterface::getDestinationModule()
Gets the destination module handling the destination data.
Return value
string|null The destination module or NULL if not found.
1 method overrides MigrateDestinationInterface::getDestinationModule()
- DestinationBase::getDestinationModule in core/
modules/ migrate/ src/ Plugin/ migrate/ destination/ DestinationBase.php
File
-
core/
modules/ migrate/ src/ Plugin/ MigrateDestinationInterface.php, line 155
Class
- MigrateDestinationInterface
- Defines an interface for Migration Destination classes.
Namespace
Drupal\migrate\PluginCode
public function getDestinationModule();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.