- π§πͺBelgium dieterholvoet Brussels
EntityReferenceFieldItemList::referencedEntities should just call $this->getValue($include_computed=TRUE) and then from the result leave only the entity objects.
Drupal\Core\TypedData\Plugin\DataType\ItemList::getValue()
doesn't have an$include_computed
parameter, so that option is off the table.I'll create a MR implementing the first option.
- @dieterholvoet opened merge request.
- πΊπΈUnited States smustgrave
There are 2 options it appears in the issue summary proposed solution. Can it be highlighted which was chosen?
Also could use a test case showing the issue.