public function TestMigrateExecutable::setSourceIdValues in Drupal 10
Same name and namespace in other branches
- 8 core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php \Drupal\Tests\migrate\Unit\TestMigrateExecutable::setSourceIdValues()
- 9 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\UnitCode
public function setSourceIdValues($source_id_values) {
$this->sourceIdValues = $source_id_values;
}