|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

Public Member Functions | |
| onSpecialRecentChangesPanel (&$extraOpts, $opts) | |
| This hook is called when building form options in SpecialRecentChanges. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SpecialRecentChangesPanel" to register handlers implementing this interface.
Definition at line 14 of file SpecialRecentChangesPanelHook.php.
| MediaWiki\Hook\SpecialRecentChangesPanelHook::onSpecialRecentChangesPanel | ( | & | $extraOpts, |
| $opts ) |
This hook is called when building form options in SpecialRecentChanges.
| array | &$extraOpts | Array of added items, to which can be added |
| FormOptions | $opts | FormOptions for this request |
Implemented in MediaWiki\HookContainer\HookRunner.