MediaWiki
REL1_39
WatchlistEditorBuildRemoveLineHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Skin
;
6
use
Title
;
7
15
interface
WatchlistEditorBuildRemoveLineHook
{
28
public
function
onWatchlistEditorBuildRemoveLine
( &$tools,
$title
, $redirect,
29
$skin, &$link
30
);
31
}
Skin
The main skin class which provides methods and properties for all other skins.
Definition
Skin.php:48
Title
Represents a title within MediaWiki.
Definition
Title.php:49
MediaWiki\Hook\WatchlistEditorBuildRemoveLineHook
This is a hook handler interface, see docs/Hooks.md.
Definition
WatchlistEditorBuildRemoveLineHook.php:15
MediaWiki\Hook\WatchlistEditorBuildRemoveLineHook\onWatchlistEditorBuildRemoveLine
onWatchlistEditorBuildRemoveLine(&$tools, $title, $redirect, $skin, &$link)
This hook is called when building remove lines in Special:Watchlist/edit.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
$title
$title
Definition
testCompression.php:38
includes
specials
Hook
WatchlistEditorBuildRemoveLineHook.php
Generated on Mon Oct 14 2024 07:24:28 for MediaWiki by
1.10.0