Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
theme system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2024 at 00:23 UTC
Updated:
16 Oct 2024 at 00:09 UTC
Jump to comment: Most recent
The docblock for \Drupal\Core\Theme\ThemeInitialization::resolveStyleSheetPlaceholders has a todo comment:
@todo Remove in Drupal 9.0.x.
I couldn't find any references to this method in core, nor in contrib.
Remove the function.
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
mstrelan commentedComment #4
smustgrave commentedGood catch
Comment #7
alexpottDiscussed with @catch and we agreed to commit this to 11.1.x and 11.0.x without deprecation.
Committed and pushed fa1b1ef0e1 to 11.x and 6073c4c8a3 to 11.0.x. Thanks!