Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MigrateDestinationInterface.php

function 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 155

Class

MigrateDestinationInterface
Defines an interface for Migration Destination classes.

Namespace

Drupal\migrate\Plugin

Code

public function getDestinationModule();
RSS feed
Powered by Drupal