MediaWiki
master
SpecialSearchNogomatchHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Specials\Hook
;
4
5
use
MediaWiki\Title\Title
;
6
14
interface
SpecialSearchNogomatchHook
{
26
public
function
onSpecialSearchNogomatch
( &$title );
27
}
28
30
class_alias( SpecialSearchNogomatchHook::class,
'MediaWiki\\Hook\\SpecialSearchNogomatchHook'
);
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:69
MediaWiki\Specials\Hook\SpecialSearchNogomatchHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SpecialSearchNogomatchHook.php:14
MediaWiki\Specials\Hook\SpecialSearchNogomatchHook\onSpecialSearchNogomatch
onSpecialSearchNogomatch(&$title)
This hook is called when the 'Go' feature is triggered and the target doesn't exist.
MediaWiki\Specials\Hook
Definition
AncientPagesQueryHook.php:3
includes
Specials
Hook
SpecialSearchNogomatchHook.php
Generated on Wed Jan 14 2026 00:26:43 for MediaWiki by
1.10.0