MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onSpecialSearchResultsAppend ( $specialSearch, $output, $term) | |
This hook is called immediately before returning HTML on the search results page. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SpecialSearchResultsAppend" to register handlers implementing this interface.
Definition at line 15 of file SpecialSearchResultsAppendHook.php.
MediaWiki\Hook\SpecialSearchResultsAppendHook::onSpecialSearchResultsAppend | ( | $specialSearch, | |
$output, | |||
$term | |||
) |
This hook is called immediately before returning HTML on the search results page.
Useful for including a feedback link.
SpecialSearch | $specialSearch | SpecialSearch object ($this) |
OutputPage | $output | $wgOut |
string | $term | Search term specified by the user |
Implemented in MediaWiki\HookContainer\HookRunner.