- πΊπΈUnited States smustgrave
This issue is being reviewed by the kind folks in Slack, #needs-review-queue-initiative. We are working to keep the size of Needs Review queue [2700+ issues] to around 400 (1 month or less), following Review a patch or merge request β as a guide.
Previously tagged for tests and issue summary in #4 which still needs to happen for this issue to move forward.
- Status changed to Closed: works as designed
about 2 months ago 2:45pm 7 February 2025 - πͺπΈSpain vidorado LogroΓ±o (La Rioja)
I believe we shouldn't suppress errors caused by a contrib or custom
FieldFormatter
. The return type ofFieldFormatterInterface::viewElements()
is explicitly defined asarray
, so no formatter should returnNULL
.I would close this as "Works as designed."
- π¨πΎCyprus alex.bukach
Agree @vidorado, the proper fix is to find the formatter(s) that return NULL and fix them.