- Issue created by @apaderno
- 🇮🇹Italy apaderno Brescia, 🇮🇹
The same page, but for Drupal 9, shows hook implementations for Drupal 9 and Drupal 11.
The issue is that the code does not seem to recognize that the methods implementing hooks are for Drupal 11, while it recognizes when a function implementing a hook is for the correct Drupal branch.
- 🇪🇸Spain fjgarlin
Not sure if this is the culprit but https://git.drupalcode.org/project/api/-/blob/2.x/src/ExtendedQueries.ph... does not have the branch condition that other cases within that function do.