|
MediaWiki master
|
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.
| Title | $title | |
| Language | &$pageLang | Page content language |
| mixed | $userLang | Unused (always null), T299369 |
Implemented in MediaWiki\HookContainer\HookRunner.