MediaWiki master
MediaWiki\Hook\EditPage__showStandardInputs_optionsHook Interface Reference

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

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onEditPage__showStandardInputs_options ( $editor, $out, &$tabindex)
 Use this hook to inject form fields into the editOptions area.
 

Detailed Description

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

Use the hook name "EditPage::showStandardInputs:options" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 16 of file EditPage__showStandardInputs_optionsHook.php.

Member Function Documentation

◆ onEditPage__showStandardInputs_options()

MediaWiki\Hook\EditPage__showStandardInputs_optionsHook::onEditPage__showStandardInputs_options ( $editor,
$out,
& $tabindex )

Use this hook to inject form fields into the editOptions area.

Since
1.35
Parameters
EditPage$editor
OutputPage$outOutputPage instance to write to
int&$tabindexHTML tabindex of the last edit check/button
Returns
bool|void Return value is ignored; this hook should always return true

Implemented in MediaWiki\HookContainer\HookRunner.


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