You are here

protected property Migration::$destinationIds in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/Entity/Migration.php \Drupal\migrate\Entity\Migration::destinationIds

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.

Type: array

File

core/modules/migrate/src/Entity/Migration.php, line 143
Contains \Drupal\migrate\Entity\Migration.

Class

Migration
Defines the Migration entity.

Namespace

Drupal\migrate\Entity

Code

protected $destinationIds = [];