Problem/Motivation

The repository contains DeprecationHelper::backwardsCompatibleCall for Drupal version 10.3. These calls can now be removed as the minimum Drupal version is now 10.5

Steps to reproduce

See for example https://git.drupalcode.org/project/diff/-/blob/2.x/src/Plugin/diff/Field...

Proposed resolution

Remove DeprecationHelper::backwardsCompatibleCall for Drupal versions that are no longer supported

Remaining tasks

  1. Write a merge request
  2. Review
  3. Commit

User interface changes

None

API changes

None

Data model changes

None

Issue fork diff-3588996

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

idebr created an issue. See original summary.

idebr’s picture

Status: Active » Needs review

The merge request removes DeprecationHelper::backwardsCompatibleCall for Drupal versions that are no longer supported

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

acbramley’s picture

Status: Needs review » Fixed

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.

  • acbramley committed 12526ab1 on 2.x authored by idebr
    fix: #3588996 Remove DeprecationHelper::backwardsCompatibleCall for...