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