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

Public Member Functions | |
| onEditPage__showReadOnlyForm_initial ( $editor, $out) | |
| This hook is similar to EditPage::showEditForm:initial but for the read-only 'view source' variant of the edit form. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "EditPage::showReadOnlyForm:initial" to register handlers implementing this interface.
Definition at line 16 of file EditPage__showReadOnlyForm_initialHook.php.
| MediaWiki\Hook\EditPage__showReadOnlyForm_initialHook::onEditPage__showReadOnlyForm_initial | ( | $editor, | |
| $out ) |
This hook is similar to EditPage::showEditForm:initial but for the read-only 'view source' variant of the edit form.
| EditPage | $editor | |
| OutputPage | $out | OutputPage instance to write to |
Implemented in MediaWiki\HookContainer\HookRunner.