MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onLanguage__getMessagesFileName ( $code, &$file) | |
Use this hook to change the path of a localisation file. | |
Stable to implement.
Definition at line 10 of file Language__getMessagesFileNameHook.php.
MediaWiki\Languages\Hook\Language__getMessagesFileNameHook::onLanguage__getMessagesFileName | ( | $code, | |
& | $file | ||
) |
Use this hook to change the path of a localisation file.
string | $code | Language code or the language we're looking for a messages file for |
string | &$file | Messages file path. You can override this to change the location. |
Implemented in MediaWiki\HookContainer\HookRunner.