MediaWiki REL1_35
MediaWiki\Hook\EditPage__showStandardInputs_optionsHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\EditPage__showStandardInputs_optionsHook:

Public Member Functions

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

Detailed Description

Stable to implement.

Definition at line 13 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: