MediaWiki master
MediaWiki\Search\Hook\SearchGetNearMatchCompleteHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onSearchGetNearMatchComplete ( $term, &$title)
 Use this hook to modify exact-title-matches in "go" searches.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "SearchGetNearMatchComplete" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 14 of file SearchGetNearMatchCompleteHook.php.

Member Function Documentation

◆ onSearchGetNearMatchComplete()

MediaWiki\Search\Hook\SearchGetNearMatchCompleteHook::onSearchGetNearMatchComplete ( $term,
& $title )

Use this hook to modify exact-title-matches in "go" searches.

Since
1.35
Parameters
string$termSearch term
Title | null&$titleCurrent Title object that is being returned (null if none found)
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: