MediaWiki REL1_35
SpecialSearchGoResultHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Title;
6
27 public function onSpecialSearchGoResult( $term, $title, &$url );
28}
Represents a title within MediaWiki.
Definition Title.php:42
onSpecialSearchGoResult( $term, $title, &$url)
Use this hook to alter the behaviour of the 'go' feature when searching.