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!

  • godotislate committed 8a9850a4 on main
    task: #3620746 Remove deprecated methods and functions tagged for 12.0.0...
godotislate’s picture

Status: Reviewed & tested by the community » Fixed

Did a search for regexp \(\) is deprecated.*is removed from drupal:12.0.0 and didn't any other deprecated methods, though there are classes and other removals to be done.

Committed 8a9850a and pushed to main. Thanks!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.