Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
SupportedLanguagesHook.php
1<?php
2declare( strict_types = 1 );
3
5
21 public function onTranslateSupportedLanguages( array &$list, ?string $language );
22}
Essentially random collection of helper functions, similar to GlobalFunctions.php.
Definition Utilities.php:31
This is a hook handler interface, see docs/Hooks.md in core.
onTranslateSupportedLanguages(array &$list, ?string $language)
Allows removing languages from language selectors.