- Merge request !262Draft: Resolve #3548434 "Support object oriented hooks" → (Closed) created by gabesullice
- Merge request !264Resolve #3548434 "Cherry picked and converted" → (Merged) created by kristiaanvandeneynde
Other modules which may need to interact with this module's hooks (e.g. via the #[RemoveHook]
or #[ReorderHook]
attributes) aren't able to since those attributes require a class/method to be specified. This can prevent those dependent modules from adopting OO-style hooks themselves.
The 4.x version of the module already uses OO-style hooks, but the 3.x version will be supported for some time yet and the 4.x version is not yet stable. Therefore, it would be convenient if the 3.x module adopted OO-style hooks to enable other modules to do the same when they depend on the Group module.
Adopt OO style hooks and use LegacyHook
et al. to maintain BC.
None, this should be backward-compatible.
Active
3.3
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.