Extension:WikibaseLib/Hooks/WikibaseRepoEntityNamespaces

WikibaseRepoEntityNamespaces
Available from version ??? (Gerrit change 470435)

Define function:
public static function onWikibaseRepoEntityNamespaces( array &$entityNamespacesSetting ) { ... }
Attach hook:
$wgHooks['WikibaseRepoEntityNamespaces'][] = 'MyExtensionHooks::onWikibaseRepoEntityNamespaces';
Called from:File(s): WikibaseLib / lib/includes/WikibaseSettings.php

For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:WikibaseRepoEntityNamespaces extensions.