MediaWiki
master
SpecialRecentChangesPanelHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Specials\Hook
;
4
5
use
MediaWiki\Html\FormOptions
;
6
14
interface
SpecialRecentChangesPanelHook
{
24
public
function
onSpecialRecentChangesPanel
( &$extraOpts, $opts );
25
}
26
28
class_alias( SpecialRecentChangesPanelHook::class,
'MediaWiki\\Hook\\SpecialRecentChangesPanelHook'
);
MediaWiki\Html\FormOptions
Helper class to keep track of options when mixing links and form elements.
Definition
FormOptions.php:28
MediaWiki\Specials\Hook\SpecialRecentChangesPanelHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SpecialRecentChangesPanelHook.php:14
MediaWiki\Specials\Hook\SpecialRecentChangesPanelHook\onSpecialRecentChangesPanel
onSpecialRecentChangesPanel(&$extraOpts, $opts)
This hook is called when building form options in SpecialRecentChanges.
MediaWiki\Specials\Hook
Definition
AncientPagesQueryHook.php:3
includes
Specials
Hook
SpecialRecentChangesPanelHook.php
Generated on Fri Jan 23 2026 03:26:34 for MediaWiki by
1.10.0