MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onSearchGetNearMatchComplete ( $term, &$title) | |
Use this hook to modify exact-title-matches in "go" searches. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SearchGetNearMatchComplete" to register handlers implementing this interface.
Definition at line 14 of file SearchGetNearMatchCompleteHook.php.
MediaWiki\Search\Hook\SearchGetNearMatchCompleteHook::onSearchGetNearMatchComplete | ( | $term, | |
& | $title | ||
) |
Use this hook to modify exact-title-matches in "go" searches.
string | $term | Search term |
Title | null | &$title | Current Title object that is being returned (null if none found) |
Implemented in MediaWiki\HookContainer\HookRunner.