As part of #3589162: Support special hierarchy processors as exposed filters, the (entirely unrelated) change was made to replace the deprecated template_preprocess_item_list() call in facets_preprocess_facets_item_list() with \Drupal::service(ThemePreprocess::class)->preprocessItemList().

However, as that service isn’t available for module versions earlier than Drupal 11.3, this leads to a fatal error for all older versions.
This is trivial to fix using the DeprecationHelper. Alternatively, of course, the 3.x version could declare a minimum Core version of 11.3.

Similar to #3594309: 3.0.x-dev only works on Drupal 11, but affecting even some Drupal 11 versions.

Issue fork facets-3605291

Command icon Show commands

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

drunken monkey created an issue. See original summary.

drunken monkey’s picture

Status: Active » Needs review