Needs review
Project:
Drupal core
Version:
main
Component:
system.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 May 2026 at 09:03 UTC
Updated:
22 Jul 2026 at 06:20 UTC
Jump to comment: Most recent
Comments
Comment #2
grevil commentedPostponed on #2783897: Current theme condition plugin should provide an option to match all themes and introduce checkboxes.
Comment #3
grevil commentedComment #4
anybodyI think this can be done independently of #2783897: Current theme condition plugin should provide an option to match all themes and introduce checkboxes.
Maybe it's even a nice novice task, looking at existing implementations this should not be too hard, with some assistance?
Please remove the tag if you disagree @core team
Comment #8
eiki_hanai commentedI have created a Merge Request for this issue.
I implemented DependentPluginInterface::calculateDependencies() for CurrentThemeCondition.
Please review it. Thanks!
Comment #9
smustgrave commentedRan the test-only feature since can't on the MR
Shows the coverage and fix seems pretty straight forward. LGTM.
Comment #10
anybodyThanks @smustgrave so hopefully both issues can be merged soon :)
Comment #11
catchI think we should remove the custom assertion messages in the test (see comments on MR), otherwise this looks good.
Comment #12
anybody@catch thanks! I removed them. Fine like this?