MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSearchGetNearMatchComplete ( $term, &$title) | |
Use this hook to modify exact-title-matches in "go" searches. | |
Stable to implement.
Definition at line 11 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.