As a follow-up to T391442, there are still some hooks in extension-client.json that use static methods. Migrate these to use constructible classes, implementing the associated hook interfaces if they exist.
Acceptance Criteria
- All hooks in the Hooks section of Wikibase's extension-client.json reference HookHandlers
- For all hooks that have a hook interface, the hook handler classes implement the interface