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