MediaWiki REL1_35
SpecialSearchResultsAppendHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use OutputPage;
7
25 public function onSpecialSearchResultsAppend( $specialSearch, $output, $term );
26}
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
onSpecialSearchResultsAppend( $specialSearch, $output, $term)
This hook is called immediately before returning HTML on the search results page.