Manual:Hooks/WikibaseRepoEntityNamespaces

Category:Extension 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): Category:Extension hooks provided by Wikibase RepositoryWikibase Repository / 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.