MediaWiki REL1_35
SearchGetNearMatchCompleteHook.php
Go to the documentation of this file.
1<?php
2
4
5use Title;
6
21 public function onSearchGetNearMatchComplete( $term, &$title );
22}
Represents a title within MediaWiki.
Definition Title.php:42
onSearchGetNearMatchComplete( $term, &$title)
Use this hook to modify exact-title-matches in "go" searches.