Closed (fixed)
Project:
Drupal core
Version:
10.1.x-dev
Component:
theme system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Mar 2023 at 14:28 UTC
Updated:
11 Apr 2023 at 07:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
andypostHere's a CR and patch
Comment #3
andypostfix CS
Comment #4
andypostre-parented to #3097045: [META] Provide modern replacements for and deprecate the legacy include files
Comment #5
andypostComment #6
daffie commentedAll code changes look good to me.
Deprecation message testing has been added.
The testbot return green.
The IS and the CR are in order.
For me it is RTBC.
Comment #7
purencool commentedThe result of testing patch 3348848-3.patch.
Branch
Searching references of the theme_get_registry function being called before applying the patch.
When administering the patch the following error occurred. The issue is likely the testLegacyThemeRegistryRebuild() method was added to core.
Using @andypost's original code a refactored patch was created and has been added to the ticket.
After the newly created patch the theme_get_registry function seems to be no longer called.
Comment #8
lauriiiCommitted 0e8a558 and pushed to 10.1.x. Thanks!