MediaWiki  master
SpecialSearchResultsAppendHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
7 
28  public function onSpecialSearchResultsAppend( $specialSearch, $output, $term );
29 }
This is one of the Core classes and should be read at least once by any new developers.
Definition: OutputPage.php:93
implements Special:Search - 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.