MediaWiki
REL1_39
ShowSearchHitHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Search\Hook
;
4
5
use
SearchResult
;
6
use
SpecialSearch
;
7
15
interface
ShowSearchHitHook
{
37
public
function
onShowSearchHit
( $searchPage, $result, $terms, &$link,
38
&$redirect, &$section, &$extract, &$score, &$size, &$date, &$related, &$html
39
);
40
}
SearchResult
NOTE: this class is being refactored into an abstract base class.
Definition
SearchResult.php:38
SpecialSearch
implements Special:Search - Run text & title search and display the output
Definition
SpecialSearch.php:42
MediaWiki\Search\Hook\ShowSearchHitHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ShowSearchHitHook.php:15
MediaWiki\Search\Hook\ShowSearchHitHook\onShowSearchHit
onShowSearchHit( $searchPage, $result, $terms, &$link, &$redirect, &$section, &$extract, &$score, &$size, &$date, &$related, &$html)
Use this hook to customize display of search hit.
MediaWiki\Search\Hook
Definition
PrefixSearchBackendHook.php:3
includes
search
Hook
ShowSearchHitHook.php
Generated on Mon Nov 25 2024 01:23:56 for MediaWiki by
1.10.0