Extension:Wikibase Client/Hooks/WikibaseClientOtherProjectsSidebar

WikibaseClientOtherProjectsSidebar
Available from version ??? (Gerrit change 263535)

Define function:
public static function onWikibaseClientOtherProjectsSidebar( $itemId, array &$newSidebar, array $siteIdsToOutput, UsageAccumulator $usageAccumulator ) { ... }
Attach hook:
$wgHooks['WikibaseClientOtherProjectsSidebar'][] = 'MyExtensionHooks::onWikibaseClientOtherProjectsSidebar';
Called from:File(s): Wikibase Client / client/includes/Hooks/OtherProjectsSidebarGenerator.php

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