mglaman / drupal-change-record-triage

Used to triage Drupal change records to ensure phpstan-drupal, drupal-rector, and upgrade_status have appropriate issues.
MIT License
6 stars 0 forks source link

drupal_theme_rebuild() is deprecated #435

Open mglaman opened 1 year ago

mglaman commented 1 year ago

https://www.drupal.org/node/3348853

Introduced in branch/version: 10.1.x / 10.1.0

Use \Drupal::service('theme.registry')->reset() instead

bbrala commented 7 months ago

MR created.