Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
Stable 9 theme
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2026 at 03:52 UTC
Updated:
26 Mar 2026 at 11:55 UTC
Jump to comment: Most recent
Comments
Comment #3
quietone commentedThis was created from work done by andypost in #3567667: Deprecate Stable9 and moved here to keep that issue for only the deprecation. I am adding credit for andypost here.
Comment #4
quietone commentedThere are other PHP tests where the 'stable9' is found. These need to be addressed here or another issue.
Comment #5
andypostgonna replace most of it too
Comment #6
andypostThe only question left is
starterkit_themehascore/themes/starterkit_theme/starterkit_theme.info.yml:3:'base theme': stable9Comment #7
andypostComment #8
dcam commentedI couldn't find anything to comment on while reading through the review. At first, I was confused by test_theme creating and then overriding its own libraries, but I get it now. It works.
grep -rni "stable9" core/modules/*/tests/ core/themes/*/tests/ core/testsonly returned results for two classes:Stable9LibraryOverrideTestandStable9TemplateOverrideTest. Obviously, those aren't in the scope of this issue.Considering that tests are still passing, I think this issue is good to go.
Comment #12
catchCommitted/pushed to main and 11.x, thanks!
Comment #14
andypostThank you, now only deprecation left #3567667: Deprecate Stable9