MediaWiki master
SpecialRecentChangesPanelHook.php
Go to the documentation of this file.
1<?php
2
4
6
24 public function onSpecialRecentChangesPanel( &$extraOpts, $opts );
25}
26
28class_alias( SpecialRecentChangesPanelHook::class, 'MediaWiki\\Hook\\SpecialRecentChangesPanelHook' );
Helper class to keep track of options when mixing links and form elements.
This is a hook handler interface, see docs/Hooks.md.
onSpecialRecentChangesPanel(&$extraOpts, $opts)
This hook is called when building form options in SpecialRecentChanges.