|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
| onEditPage__showEditForm_initial ( $editor, $out) | |
| This hook is called before showing the edit form. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "EditPage::showEditForm:initial" to register handlers implementing this interface.
Definition at line 16 of file EditPage__showEditForm_initialHook.php.
| MediaWiki\Hook\EditPage__showEditForm_initialHook::onEditPage__showEditForm_initial | ( | $editor, | |
| $out ) |
This hook is called before showing the edit form.
| EditPage | $editor | |
| OutputPage | $out | OutputPage instance to write to |
Implemented in MediaWiki\HookContainer\HookRunner.