MediaWiki master
SpecialSearchResultsAppendHook.php
Go to the documentation of this file.
1<?php
2
4
7
28 public function onSpecialSearchResultsAppend( $specialSearch, $output, $term );
29}
30
32class_alias( SpecialSearchResultsAppendHook::class, 'MediaWiki\\Hook\\SpecialSearchResultsAppendHook' );
This is one of the Core classes and should be read at least once by any new developers.
Run text & title search and display the output.
This is a hook handler interface, see docs/Hooks.md.
onSpecialSearchResultsAppend( $specialSearch, $output, $term)
This hook is called immediately before returning HTML on the search results page.