MediaWiki REL1_35
SpecialSearchResultsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
22 public function onSpecialSearchResults( $term, &$titleMatches, &$textMatches );
23}
A set of SearchEngine results.
onSpecialSearchResults( $term, &$titleMatches, &$textMatches)
This hook is called before search result display.