Problem/Motivation
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);
Steps to reproduce
Proposed resolution
Remove them.
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3620746
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
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!