MediaWiki 1.39.10
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onEditPage__showEditForm_fields ( $editor, $out) | |
Use this hook to inject form field into edit form. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "EditPage::showEditForm:fields" to register handlers implementing this interface.
Definition at line 16 of file EditPage__showEditForm_fieldsHook.php.
MediaWiki\Hook\EditPage__showEditForm_fieldsHook::onEditPage__showEditForm_fields | ( | $editor, | |
$out ) |
Use this hook to inject form field into edit form.
EditPage | $editor | EditPage instance for reference |
OutputPage | $out | OutputPage instance to write to |
Implemented in MediaWiki\HookContainer\HookRunner.