Closed (fixed)
Project:
Drupal core
Version:
main
Component:
menu_ui.module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
2 Feb 2026 at 17:06 UTC
Updated:
2 Mar 2026 at 18:25 UTC
Jump to comment: Most recent
Need to remove deprecated libraries/code from menu_ui.
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
Comment #3
smustgrave commentedExpanded scope to text since it just had 1.
My sub-modules are block_content (which should be it's own because it's got like 20), text (1), telephone (0), and menu_ui so just grouping by that.
Comment #4
smustgrave commentedComment #5
nicxvan commentedI pulled this down and search for deprecations remaining in menu_ui and text, there are no deprecations remaining.
I also checked the class removed.
I also searched for the removed libraries.
I don't see any remaining deprecations.
Comment #6
catchCommitted/pushed to main, thanks!