- πΊπΈUnited States smustgrave
This issue is being reviewed by the kind folks in Slack, #needs-review-queue-initiative. We are working to keep the size of Needs Review queue [2700+ issues] to around 400 (1 month or less), following Review a patch or merge request β as a guide.
Even though this is a task it seems like it needs a test to show the issue.
- Status changed to Needs review
about 2 years ago 8:14pm 16 February 2023 - πΊπΈUnited States xjm
I still think this issue is works as designed. Let's not spend time writing test coverage or working on this issue when it is regressing a deliberate change in Drupal 9+. Drupal 8 is end-of-life and Drupal 9+ ignore this key. It is only relevant for Drupal 7.
I think this is on the wrong track, but tagging for subsystem maintainer review to get better feedback.
- Status changed to Closed: won't fix
about 2 years ago 9:05am 21 February 2023 - ππΊHungary GΓ‘bor Hojtsy Hungary
The only mentioned use case above involved implementing
hook_locale_translation_projects_alter()
, see https://api.drupal.org/api/drupal/core%21modules%21locale%21locale.api.p... for docs -- this hook allows to set the server pattern itself for each "custom module on the locked SI" as mentioned. The pattern setter alter code can then consider the version of the projects being run, etc. and formulate whatever type of dynamic URL it needs, including restoring the old core key. While the core key was revoked without a deprecation period indeed, I think this is a pretty obscure part of the API and the functionality can still be achieved with the alter hook already existing.Adding back code for dealing with outdated information especially untested on the other hand sounds problematic.
It is true that the behaviour was changed without a deprecation and that is not ideal, we should keep this in mind for the future.