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