MediaWiki master
LanguageGetNamespacesHook.php
Go to the documentation of this file.
1<?php
2
4
23 public function onLanguageGetNamespaces( &$namespaces );
24}
25
27class_alias( LanguageGetNamespacesHook::class, 'MediaWiki\\Hook\\LanguageGetNamespacesHook' );
This is a hook handler interface, see docs/Hooks.md.
onLanguageGetNamespaces(&$namespaces)
Use this hook to provide custom ordering for namespaces or remove namespaces.