Closed (fixed)
Project:
Drupal core
Version:
main
Component:
base system
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2026 at 19:59 UTC
Updated:
22 Sep 2026 at 21:30 UTC
Jump to comment: Most recent
There are several methods deprecated for removal in 12.0.0:
@trigger_error(__FUNCTION__ . '() is deprecated in drupal:11.x.0 and is removed from drupal:12.0.0. There is no replacement. See https://www.drupal.org/node/...', E_USER_DEPRECATED);
Remove them.
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
longwaveComment #5
longwaveAt least the functional test failure looks relevant.
Comment #7
smustgrave commentedRemoved the test that was checking /admin/compact/ as the CR says there is no replacement.
Comment #8
smustgrave commentedThat was it!
Comment #10
godotislateDid a search for regexp
\(\) is deprecated.*is removed from drupal:12.0.0and didn't any other deprecated methods, though there are classes and other removals to be done.Committed 8a9850a and pushed to main. Thanks!