Problem/Motivation

Per https://www.drupal.org/node/3496788, hook_module_implements_alter is deprecated in future core version and we can use the new #[LegacyModuleImplementsAlter] attribute introduced in 11.2 now with BC support.

Proposed resolution

Follow documented instructions to make the change with BC support.

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

apmsooner created an issue. See original summary.

  • apmsooner committed f2f0ea3a on 4.0.x
    Resolve #3591433 "Hook module implements alter"
    
apmsooner’s picture

Assigned: apmsooner » Unassigned
Status: Active » 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.

apmsooner’s picture

Status: Fixed » Closed (fixed)