MediaWiki REL1_35
MediaWiki\Hook\LanguageGetNamespacesHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\LanguageGetNamespacesHook:

Public Member Functions

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

Detailed Description

Stable to implement.

Definition at line 9 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: