MediaWiki master
SpecialSearchResultsPrependHook.php
Go to the documentation of this file.
1<?php
2
4
7
29 public function onSpecialSearchResultsPrepend( $specialSearch, $output, $term );
30}
31
33class_alias( SpecialSearchResultsPrependHook::class, 'MediaWiki\\Hook\\SpecialSearchResultsPrependHook' );
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.
onSpecialSearchResultsPrepend( $specialSearch, $output, $term)
This hook is called immediately before returning HTML on the search results page.