MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onWatchlistEditorBuildRemoveLine (&$tools, $title, $redirect, $skin, &$link) | |
This hook is called when building remove lines in Special:Watchlist/edit. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "WatchlistEditorBuildRemoveLine" to register handlers implementing this interface.
Definition at line 15 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.