MediaWiki
master
SpecialSearchCreateLinkHook.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
SpecialSearchCreateLinkHook
{
24
public
function
onSpecialSearchCreateLink
( $t, &$params );
25
}
26
28
class_alias( SpecialSearchCreateLinkHook::class,
'MediaWiki\\Hook\\SpecialSearchCreateLinkHook'
);
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:69
MediaWiki\Specials\Hook\SpecialSearchCreateLinkHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SpecialSearchCreateLinkHook.php:14
MediaWiki\Specials\Hook\SpecialSearchCreateLinkHook\onSpecialSearchCreateLink
onSpecialSearchCreateLink( $t, &$params)
This hook is called when making the message to create a page or go to the existing page.
MediaWiki\Specials\Hook
Definition
AncientPagesQueryHook.php:3
includes
Specials
Hook
SpecialSearchCreateLinkHook.php
Generated on Sat Jan 24 2026 02:27:07 for MediaWiki by
1.10.0