| CirrusSearchProfileService | |
|---|---|
| Available from version 1.31.0 (Gerrit change 399451) Allows extensions to register search profile repositories | |
| Define function: | publicstaticfunctiononCirrusSearchProfileService(SearchProfileService$service){...} |
| Attach hook: | $wgHooks['CirrusSearchProfileService'][]='MyExtensionHooks::onCirrusSearchProfileService'; |
| Called from: | File(s):CirrusSearch / includes/Profile/SearchProfileServiceFactory.php |
For more information about attaching hooks, seeManual:Hooks.
For examples of other extensions using this hook, seeCategory:CirrusSearchProfileService extensions.
This hook is a part ofCirrusSearch extension.
$service - \CirrusSearch\Profile\SearchProfileService the profile service being built