MediaWiki
REL1_39
SearchGetNearMatchCompleteHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Search\Hook
;
4
5
use
Title
;
6
14
interface
SearchGetNearMatchCompleteHook
{
24
public
function
onSearchGetNearMatchComplete
( $term, &
$title
);
25
}
Title
Represents a title within MediaWiki.
Definition
Title.php:49
MediaWiki\Search\Hook\SearchGetNearMatchCompleteHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SearchGetNearMatchCompleteHook.php:14
MediaWiki\Search\Hook\SearchGetNearMatchCompleteHook\onSearchGetNearMatchComplete
onSearchGetNearMatchComplete( $term, &$title)
Use this hook to modify exact-title-matches in "go" searches.
MediaWiki\Search\Hook
Definition
PrefixSearchBackendHook.php:3
$title
$title
Definition
testCompression.php:38
includes
search
Hook
SearchGetNearMatchCompleteHook.php
Generated on Mon Nov 25 2024 06:56:43 for MediaWiki by
1.10.0