MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onLanguageSelector ( $out, $cssClassName) | |
Use this hook to change the language selector available on a page. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "LanguageSelector" to register handlers implementing this interface.
Definition at line 14 of file LanguageSelectorHook.php.
MediaWiki\Hook\LanguageSelectorHook::onLanguageSelector | ( | $out, | |
$cssClassName ) |
Use this hook to change the language selector available on a page.
OutputPage | $out | The output page. |
string | $cssClassName | CSS class name of the language selector. |
Implemented in MediaWiki\HookContainer\HookRunner.