MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onWatchlistEditorBuildRemoveLine (&$tools, $title, $redirect, $skin, &$link) | |
This hook is called when building remove lines in Special:Watchlist/edit. | |
Stable to implement.
Definition at line 12 of file WatchlistEditorBuildRemoveLineHook.php.
MediaWiki\Hook\WatchlistEditorBuildRemoveLineHook::onWatchlistEditorBuildRemoveLine | ( | & | $tools, |
$title, | |||
$redirect, | |||
$skin, | |||
& | $link | ||
) |
This hook is called when building remove lines in Special:Watchlist/edit.
string[] | &$tools | Array of extra HTML links |
Title | $title | |
bool | $redirect | whether the page is a redirect |
Skin | $skin | |
string | &$link | HTML link to title |
Implemented in MediaWiki\HookContainer\HookRunner.