Closed (fixed)
Project:
Facets
Version:
3.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2026 at 09:32 UTC
Updated:
11 May 2026 at 05:05 UTC
Jump to comment: Most recent
The FacetSource entity defines a non-existent form handler in its annotation on line 20:
"display" = "Drupal\facets\Form\FacetSourceDisplayForm".
Check the source code:
https://git.drupalcode.org/project/facets/-/blob/3.0.x/src/Entity/FacetS...
then check that there is no FacetSourceDisplayForm in the Form folder:
https://git.drupalcode.org/project/facets/-/tree/3.0.x/src/Form
Either remove the reference to the non-existent form or implement it.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
morvaim commentedComment #3
aayushpathak commentedworking on it
Comment #5
aayushpathak commentedThe FacetSource entity defined a "display" form handler pointing to
FacetSourceDisplayForm, which does not exist in the codebase.
Removed the invalid handler to avoid runtime errors.
Comment #6
morvaim commentedThanks! I think, the tests are failing because of this issue: https://www.drupal.org/project/facets/issues/3581854, so that is not related, otherwise LGTM.
Comment #9
strykaizerComment #11
aayushpathak commentedHi,
I noticed the issue has been marked as fixed ,thanks for the review.
Could we please add and distribute the contribution credit accordingly?
Thanks!