MediaWiki master
WatchlistEditorBeforeFormRenderHook.php
Go to the documentation of this file.
1<?php
2
4
24 public function onWatchlistEditorBeforeFormRender( &$watchlistInfo );
25}
26
28class_alias( WatchlistEditorBeforeFormRenderHook::class, 'MediaWiki\\Hook\\WatchlistEditorBeforeFormRenderHook' );
onWatchlistEditorBeforeFormRender(&$watchlistInfo)
This hook is called before building the Special:EditWatchlist form.