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.
Issue fork custom_field-3591433
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 #4
apmsooner commentedComment #6
apmsooner commented