The MediaWiki\Extension\Translate\PageTranslation\Hooks class contains hook handlers but does not implement any of the hook interfaces.
Update the code to:
- Use hook interfaces
- Inject dependencies
The code can be updated one method at a time rather than doing a bulk update.