< Extension:Wikibase Repository < Hooks
GetEntityByLinkedTitleLookup
Available from version ??? (Gerrit change 391051)

Define function:
public static function onGetEntityByLinkedTitleLookup( EntityByLinkedTitleLookup &$lookup ) { ... }
Attach hook:
$wgHooks['GetEntityByLinkedTitleLookup'][] = 'MyExtensionHooks::onGetEntityByLinkedTitleLookup';
Called from:File(s): Wikibase Repository / repo/includes/Store/Sql/SqlStore.php

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

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