2declare( strict_types = 1 );
4namespace MediaWiki\Extension\Translate\MessageGroupProcessing;
This is a hook handler interface, see docs/Hooks.md in core.
onTranslatePostInitGroups(array &$groups, array &$deps, array &$autoload)
Hook to register new message groups to Translate.
Interface for message groups.