Manual:Hooks/CanonicalNamespaces
From MediaWiki.org
| CanonicalNamespaces | |
|---|---|
| Available from version 1.17.0 (r71576) For extensions adding their own namespaces or altering the defaults. |
|
Define function: |
public static function onCanonicalNamespaces( array &$namespaces ) { ... }
|
Attach hook: |
$wgHooks['CanonicalNamespaces'][] = 'MyExtensionHooks::onCanonicalNamespaces'; |
| Called from: | Namespace.php |
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:CanonicalNamespaces extensions.
[edit] Details
- &$namespaces: Array of namespace numbers with corresponding canonical names