MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSpecialSearchResults ( $term, &$titleMatches, &$textMatches) | |
This hook is called before search result display. | |
Stable to implement.
Definition at line 11 of file SpecialSearchResultsHook.php.
MediaWiki\Hook\SpecialSearchResultsHook::onSpecialSearchResults | ( | $term, | |
& | $titleMatches, | ||
& | $textMatches | ||
) |
This hook is called before search result display.
string | $term | Search term |
?ISearchResultSet | &$titleMatches Empty or ISearchResultSet object | |
?ISearchResultSet | &$textMatches Empty or ISearchResultSet object |
Implemented in MediaWiki\HookContainer\HookRunner.