MediaWiki
master
WatchlistEditorBuildRemoveLineHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Title\Title
;
6
use
Skin
;
7
15
interface
WatchlistEditorBuildRemoveLineHook
{
28
public
function
onWatchlistEditorBuildRemoveLine
( &$tools, $title, $redirect,
29
$skin, &$link
30
);
31
}
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:78
Skin
The base class for all skins.
Definition
Skin.php:59
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
includes
specials
Hook
WatchlistEditorBuildRemoveLineHook.php
Generated on Sat Sep 14 2024 13:24:48 for MediaWiki by
1.10.0