Same name and namespace in other branches
  1. 8.9.x core/modules/migrate/src/Plugin/MigrateDestinationInterface.php \Drupal\migrate\Plugin\MigrateDestinationInterface::getDestinationModule()
  2. 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 152

Class

MigrateDestinationInterface
Defines an interface for Migration Destination classes.

Namespace

Drupal\migrate\Plugin

Code

public function getDestinationModule();