function TestMigrateExecutable::setSourceIdValues

Same name and namespace in other branches
  1. 8.9.x core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php \Drupal\Tests\migrate\Unit\TestMigrateExecutable::setSourceIdValues()
  2. 10 core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php \Drupal\Tests\migrate\Unit\TestMigrateExecutable::setSourceIdValues()
  3. 11.x core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php \Drupal\Tests\migrate\Unit\TestMigrateExecutable::setSourceIdValues()

Allows access to protected sourceIdValues property.

Parameters

array $source_id_values: The values to set.

File

core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php, line 54

Class

TestMigrateExecutable
Tests MigrateExecutable.

Namespace

Drupal\Tests\migrate\Unit

Code

public function setSourceIdValues($source_id_values) {
    $this->sourceIdValues = $source_id_values;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.