< Extension:Wikibase Client < Hooks
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.

This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.