MediaWiki REL1_40
|
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. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "EditPage::showStandardInputs:options" to register handlers implementing this interface.
Definition at line 16 of file EditPage__showStandardInputs_optionsHook.php.
MediaWiki\Hook\EditPage__showStandardInputs_optionsHook::onEditPage__showStandardInputs_options | ( | $editor, | |
$out, | |||
& | $tabindex ) |
Use this hook to inject form fields into the editOptions area.
EditPage | $editor | |
OutputPage | $out | OutputPage instance to write to |
int | &$tabindex | HTML tabindex of the last edit check/button |
Implemented in MediaWiki\HookContainer\HookRunner.