Manual:Hooks/LanguageGetNamespaces
| LanguageGetNamespaces | |
|---|---|
| Available from version 1.19.0 (r95775, CodeReview archive) Provide custom ordering for namespaces or remove namespaces. | |
| Define function: | public static function onLanguageGetNamespaces( &$namespaces ) { ... }
|
| Attach hook: | In extension.json:
{
"Hooks": {
"LanguageGetNamespaces": "MediaWiki\\Extension\\MyExtension\\Hooks::onLanguageGetNamespaces"
}
}
|
| Called from: | File(s): Language/Language.phpCategory:MediaWiki hooks included in Language.php#LanguageGetNamespaces |
| Interface: | LanguageGetNamespacesHook.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:LanguageGetNamespaces extensions.
Warning: Do not use this hook to add namespaces. Use CanonicalNamespaces for that.
Details
- &$namespaces: Array of namespaces indexed by their numbers