You are here

protected property MigrateSqlIdMapTest::$destinationIds in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php \Drupal\Tests\migrate\Unit\MigrateSqlIdMapTest::destinationIds

The destination IDs.

Type: array

File

core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php, line 43

Class

MigrateSqlIdMapTest
Tests the SQL ID map plugin.

Namespace

Drupal\Tests\migrate\Unit

Code

protected $destinationIds = [
  'destination_id_property' => [
    'type' => 'string',
  ],
];