Closed (fixed)
Project:
Drupal core
Version:
11.3.x-dev
Component:
system.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Nov 2025 at 18:02 UTC
Updated:
18 Nov 2025 at 10:49 UTC
Jump to comment: Most recent
Comments
Comment #3
alexpottComment #4
dcam commentedThere isn't much to say about this. I verified that the test was failing due to deprecations before now. But the test passes in this pipeline. I verified that the fix is appropriate. The point where the class throws the deprecation error is checking the
page.frontconfig key. So if it isn't set properly, then it would return NULL like the failures say. Looks good to me.Comment #8
catchCommitted/pushed to 11.x and cherry-picked to 11.3.x, thanks!