function TestMigrateExecutable::setSourceIdValues
Same name in other branches
- 9 core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php \Drupal\Tests\migrate\Unit\TestMigrateExecutable::setSourceIdValues()
- 8.9.x core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php \Drupal\Tests\migrate\Unit\TestMigrateExecutable::setSourceIdValues()
- 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 56
Class
- TestMigrateExecutable
- Tests MigrateExecutable.
Namespace
Drupal\Tests\migrate\UnitCode
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.