Extension:Wikibase Repository/Hooks/GetEntityByLinkedTitleLookup

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.