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

User interface changes

API changes

Data model changes

Comments

mariacha1 created an issue. See original summary.

mkalkbrenner’s picture

Good 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.

mariacha1’s picture

Issue summary: View changes