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

Breadcrumb

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

function MigrationInterface::getDestinationIds

The destination identifiers.

An array of destination identifiers: the keys are the name of the properties, the values are dependent on the ID map plugin.

Return value

array Destination identifiers.

1 method overrides MigrationInterface::getDestinationIds()
Migration::getDestinationIds in core/modules/migrate/src/Plugin/Migration.php
The destination identifiers.

File

core/modules/migrate/src/Plugin/MigrationInterface.php, line 295

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Plugin

Code

public function getDestinationIds();
RSS feed
Powered by Drupal