Problem/Motivation

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.

Steps to reproduce

Proposed resolution

Remove the function.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Issue fork drupal-3455557

Command icon Show commands

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

mstrelan created an issue. See original summary.

mstrelan’s picture

Status: Active » Needs review
smustgrave’s picture

Status: Needs review » Reviewed & tested by the community

Good catch

  • alexpott committed 6073c4c8 on 11.0.x
    Issue #3455557 by mstrelan: Remove ThemeInitialization::...

  • alexpott committed fa1b1ef0 on 11.x
    Issue #3455557 by mstrelan: Remove ThemeInitialization::...
alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Discussed 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!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.