MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSearchResultsAugment (&$setAugmentors, &$rowAugmentors) | |
Use this hook to add code to the list of search result augmentors. | |
Stable to implement.
Definition at line 12 of file SearchResultsAugmentHook.php.
MediaWiki\Search\Hook\SearchResultsAugmentHook::onSearchResultsAugment | ( | & | $setAugmentors, |
& | $rowAugmentors | ||
) |
Use this hook to add code to the list of search result augmentors.
ResultSetAugmentor[] | &$setAugmentors | List of whole-set augmentor objects, must implement ResultSetAugmentor |
ResultAugmentor[] | &$rowAugmentors | List of per-row augmentor objects, must implement ResultAugmentor. Note that lists should be in the format name => object and the names in both lists should be distinct. |
Implemented in MediaWiki\HookContainer\HookRunner.