Extension:Wikibase Repository/Hooks/WikibaseTextForSearchIndex
From Linux Web Expert
Wikibase Repository/Hooks/WikibaseTextForSearchIndex | |
---|---|
Available from version ??? (Gerrit change 160655) |
|
Define function: | public static function onWikibase_Repository_Hooks_WikibaseTextForSearchIndex( EntityContent $caller, &$text ) { ... }
|
Attach hook: | $wgHooks['Wikibase Repository/Hooks/WikibaseTextForSearchIndex'][] = 'MyExtensionHooks::onWikibase_Repository_Hooks_WikibaseTextForSearchIndex';
|
Called from: | File(s): Wikibase Repository/Hooks/WikibaseTextForSearchIndex / repo/includes/Content/EntityContent.php, repo/includes/Content/ItemContent.php |
For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:Wikibase Repository/Hooks/WikibaseTextForSearchIndex extensions.
Wikibase Repository/Hooks/WikibaseTextForSearchIndex | |
---|---|
Available from version ??? (Gerrit change 276219) |
|
Define function: | public static function onWikibase_Repository_Hooks_WikibaseTextForSearchIndex( EntityContent $caller, &$text ) { ... }
|
Attach hook: | $wgHooks['Wikibase Repository/Hooks/WikibaseTextForSearchIndex'][] = 'MyExtensionHooks::onWikibase_Repository_Hooks_WikibaseTextForSearchIndex';
|
Called from: | File(s): WikibaseMediaInfo / src/Content/MediaInfoContent.php |
For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:Wikibase Repository/Hooks/WikibaseTextForSearchIndex extensions.