MediaWiki master
WatchlistEditorBuildRemoveLineHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use Skin;
7
28 public function onWatchlistEditorBuildRemoveLine( &$tools, $title, $redirect,
29 $skin, &$link
30 );
31}
Represents a title within MediaWiki.
Definition Title.php:78
The base class for all skins.
Definition Skin.php:58
This is a hook handler interface, see docs/Hooks.md.
onWatchlistEditorBuildRemoveLine(&$tools, $title, $redirect, $skin, &$link)
This hook is called when building remove lines in Special:Watchlist/edit.