- Issue created by @rp7
- Status changed to Needs review
almost 2 years ago 10:54am 21 September 2023 - last update
almost 2 years ago 100 pass - Issue was unassigned.
- Status changed to RTBC
12 days ago 7:46am 15 July 2025 - 🇧🇪Belgium RandalV
This seems like a useful feature, just passing the mapped value along to the field setter should work fine.
Drupal's entity_reference field setters can handle all of the following input values just fine:
- 13
- [13, 14, 15]
- ['target_id' => 13]
- [ ['target_id' => 13], ['target_id' => 14], ['target_id' => 15] ]So I don't see any issues with this patch.