- Issue created by @plopesc
- 🇪🇸Spain plopesc Valladolid
Created MR that allows to execute both OOP and traditional procedural hooks.
- 🇬🇧United Kingdom jonathan1055
Hi plopesc,
Thanks for raising this issue and for creating the MR. Yes this looks a good thing to do. Can you give a link to the documentation/explanation of how the OOP hooks work in Drupal, and in particular, why the line you changed$all_hook_implementations[] = $module . "_" . $hookName;
no longer needs the
$module
name?We also would need test coverage for this new feature, but I can look at that if you like.