Closed (fixed)
Project:
Queue UI
Version:
3.2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Apr 2025 at 08:05 UTC
Updated:
18 Sep 2025 at 21:24 UTC
Jump to comment: Most recent
Comments
Comment #6
robbesaelens commentedComment #7
volegerThis change will increase the minimum requirement to at least `drupal/core:^11.2.0`.
That's why we can't add this in the next patch version of 3.2.x.
Comment #8
svendecabooterIt is made backwards compatible from Drupal 10.1 on, with the #[LegacyHook] attribute.
See https://www.drupal.org/node/3442349#hook_convert
That's already added in this MR - so could still go into 3.2.x if desired.
Comment #9
volegerMakes sense. Let's remove legacy hook implementation for 4.0.x in followup issue,
Comment #11
volegerMerged, thanks