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

Command icon 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

longwave created an issue. See original summary.

longwave-bot made their first commit to this issue’s fork.

longwave’s picture

Status: Active » Needs review

longwave’s picture

Status: Needs review » Needs work

At least the functional test failure looks relevant.

smustgrave made their first commit to this issue’s fork.

smustgrave’s picture

Removed the test that was checking /admin/compact/ as the CR says there is no replacement.

smustgrave’s picture

Status: Needs work » Reviewed & tested by the community

That was it!