Problem/Motivation
The code change in https://www.drupal.org/project/facets/issues/3588925 to use object oriented hooks means that the module won't work with Drupal 10 (which requires the .module hook). Right now if you use it with D10 the Facet filters don't show up.
Are you planning on making the module dependent on Drupal 11 with the next 3.0 release? Or should the .module file come back?
Steps to reproduce
Proposed resolution
Update supported version in .info file
Remaining tasks
Add MR to update the supported version
Comments
Comment #2
mkalkbrennerGood point. I think we should delare a minimum version of D11 instead of re-introducing procedural hooks.
I think that there's simply no time to support both.
Comment #3
mariacha1 commented