MediaWiki master
MediaWiki\Hook\SpecialRecentChangesPanelHook Interface Reference

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

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onSpecialRecentChangesPanel (&$extraOpts, $opts)
 This hook is called when building form options in SpecialRecentChanges.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "SpecialRecentChangesPanel" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 14 of file SpecialRecentChangesPanelHook.php.

Member Function Documentation

◆ onSpecialRecentChangesPanel()

MediaWiki\Hook\SpecialRecentChangesPanelHook::onSpecialRecentChangesPanel ( $extraOpts,
  $opts 
)

This hook is called when building form options in SpecialRecentChanges.

Since
1.35
Parameters
array&$extraOptsArray of added items, to which can be added
FormOptions$optsFormOptions for this request
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: