MediaWiki
REL1_39
SpecialRecentChangesPanelHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
FormOptions
;
6
14
interface
SpecialRecentChangesPanelHook
{
24
public
function
onSpecialRecentChangesPanel
( &$extraOpts, $opts );
25
}
FormOptions
Helper class to keep track of options when mixing links and form elements.
Definition
FormOptions.php:35
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 16 2024 06:36:27 for MediaWiki by
1.10.0