public function MigrateDestinationInterface::getDestinationModule in Drupal 8
Same name and namespace in other branches
- 9 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 - Gets the destination module handling the destination data.
File
- core/
modules/ migrate/ src/ Plugin/ MigrateDestinationInterface.php, line 145
Class
- MigrateDestinationInterface
- Defines an interface for Migration Destination classes.
Namespace
Drupal\migrate\PluginCode
public function getDestinationModule();