- Issue created by @mark_fullmer
- Merge request !115Issue #3532627 by mark_fullmer: [Drupal 12] google_tag_module_implements_alter... β (Open) created by mark_fullmer
As part of the broader conversion of procedural hooks to OOP code, the implementation of module_implements_alter should be addressed initially, since it's provoking a deprecation notice:
google_tag_module_implements_alter without a
#[LegacyModuleImplementsAlter]
attribute is deprecated in drupal:11.2.0 and removed in drupal:12.0.0. See https://www.drupal.org/node/3496788 β
This change should being the process of converting procedural hooks to OOP code, starting with hook_page_attachments, which is the hook that is being modified by module_implements_alter.
Active
2.0
Code