MediaWiki master
SpecialSearchResultsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
25 public function onSpecialSearchResults( $term, &$titleMatches, &$textMatches );
26}
A set of SearchEngine results.
This is a hook handler interface, see docs/Hooks.md.
onSpecialSearchResults( $term, &$titleMatches, &$textMatches)
This hook is called before search result display.