- Issue created by @nicxvan
- π¬π§United Kingdom catch
I had assumed we'd trigger E_USER_DEPRECATED in hook discovery, once per module when we find a procedural hook, should be cheaper?
- πΊπΈUnited States nicxvan
Hook collector picks up all functions that start with module name.
- Status changed to Needs work
2 months ago 3:58pm 13 February 2025 - π«π·France prudloff Lille
It looks like the patch only triggers a deprecation for hooks called by ModuleHandler::invoke() and not those called byModuleHandler::invokeAllWith().
- πΊπΈUnited States nicxvan
Yeah this isn't the approach we would take at all. Let me postpone it, not sure on what though.