MediaWiki
master
SpecialSearchNogomatchHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Title\Title
;
6
14
interface
SpecialSearchNogomatchHook
{
26
public
function
onSpecialSearchNogomatch
( &$title );
27
}
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:78
MediaWiki\Hook\SpecialSearchNogomatchHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SpecialSearchNogomatchHook.php:14
MediaWiki\Hook\SpecialSearchNogomatchHook\onSpecialSearchNogomatch
onSpecialSearchNogomatch(&$title)
This hook is called when the 'Go' feature is triggered and the target doesn't exist.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
specials
Hook
SpecialSearchNogomatchHook.php
Generated on Sat Mar 29 2025 09:26:19 for MediaWiki by
1.10.0