MediaWiki
REL1_39
SpecialSearchCreateLinkHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Title
;
6
14
interface
SpecialSearchCreateLinkHook
{
24
public
function
onSpecialSearchCreateLink
(
$t
, &$params );
25
}
Title
Represents a title within MediaWiki.
Definition
Title.php:49
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
$t
$t
Definition
testCompression.php:74
includes
specials
Hook
SpecialSearchCreateLinkHook.php
Generated on Thu Nov 21 2024 05:24:15 for MediaWiki by
1.10.0