MediaWiki
master
SpecialSearchCreateLinkHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Title\Title
;
6
14
interface
SpecialSearchCreateLinkHook
{
24
public
function
onSpecialSearchCreateLink
( $t, &$params );
25
}
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:78
MediaWiki\Hook\SpecialSearchCreateLinkHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SpecialSearchCreateLinkHook.php:14
MediaWiki\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\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
specials
Hook
SpecialSearchCreateLinkHook.php
Generated on Mon Apr 28 2025 09:26:27 for MediaWiki by
1.10.0