- Issue created by @nicxvan
π
Hook ordering across OOP, procedural and with extra types
Active
Introduces a modern way to order hooks.
This does not handle the edge case of multiple implementations.
This issue is to follow up on that:
Specifically
Currently in ModuleHandler::getHookListeners()
, we are grouping implementations by module $this->invokeMap[$hook][$module][] = $callable;
Active
11.0 π₯
base system