function 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.