MediaWiki master
MediaWiki\Hook\LanguageGetNamespacesHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onLanguageGetNamespaces (&$namespaces)
 Use this hook to provide custom ordering for namespaces or remove namespaces.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "LanguageGetNamespaces" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 12 of file LanguageGetNamespacesHook.php.

Member Function Documentation

◆ onLanguageGetNamespaces()

MediaWiki\Hook\LanguageGetNamespacesHook::onLanguageGetNamespaces ( & $namespaces)

Use this hook to provide custom ordering for namespaces or remove namespaces.

Do not use this hook to add namespaces. Use CanonicalNamespaces for that.

Since
1.35
Parameters
string[]&$namespacesArray of namespaces indexed by their numbers
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: