Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
BeforeAddModulesHook.php
1<?php
2declare( strict_types = 1 );
3
4namespace MediaWiki\Extension\Translate\TranslatorInterface;
5
20 public function onTranslateBeforeAddModules( array &$modules );
21}
This is a hook handler interface, see docs/Hooks.md in core.
onTranslateBeforeAddModules(array &$modules)
Provides an opportunity to load extra modules.