MediaWiki
master
WatchlistEditorBeforeFormRenderHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Specials\Hook
;
4
12
interface
WatchlistEditorBeforeFormRenderHook
{
24
public
function
onWatchlistEditorBeforeFormRender
( &$watchlistInfo );
25
}
26
28
class_alias( WatchlistEditorBeforeFormRenderHook::class,
'MediaWiki\\Hook\\WatchlistEditorBeforeFormRenderHook'
);
MediaWiki\Specials\Hook\WatchlistEditorBeforeFormRenderHook
This is a hook handler interface, see docs/Hooks.md.
Definition
WatchlistEditorBeforeFormRenderHook.php:12
MediaWiki\Specials\Hook\WatchlistEditorBeforeFormRenderHook\onWatchlistEditorBeforeFormRender
onWatchlistEditorBeforeFormRender(&$watchlistInfo)
This hook is called before building the Special:EditWatchlist form.
MediaWiki\Specials\Hook
Definition
AncientPagesQueryHook.php:3
includes
Specials
Hook
WatchlistEditorBeforeFormRenderHook.php
Generated on Fri Jan 16 2026 02:27:21 for MediaWiki by
1.10.0