MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onPageContentLanguage ( $title, &$pageLang, $userLang) | |
Use this hook to change the language in which the content of a page is written. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "PageContentLanguage" to register handlers implementing this interface.
Definition at line 15 of file PageContentLanguageHook.php.
MediaWiki\Content\Hook\PageContentLanguageHook::onPageContentLanguage | ( | $title, | |
& | $pageLang, | ||
$userLang ) |
Use this hook to change the language in which the content of a page is written.
Defaults to the wiki content language.
Implemented in MediaWiki\HookContainer\HookRunner.