MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onWatchlistEditorBeforeFormRender (&$watchlistInfo) | |
This hook is called before building the Special:EditWatchlist form. | |
Stable to implement.
Definition at line 9 of file WatchlistEditorBeforeFormRenderHook.php.
MediaWiki\Hook\WatchlistEditorBeforeFormRenderHook::onWatchlistEditorBeforeFormRender | ( | & | $watchlistInfo | ) |
This hook is called before building the Special:EditWatchlist form.
It is used to manipulate the list of pages or preload data based on that list.
array | &$watchlistInfo | Array of watchlisted pages in [namespaceId => ['title1' => 1, 'title2' => 1]] format |
Implemented in MediaWiki\HookContainer\HookRunner.