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

Public Member Functions | |
| onEditFormInitialText ( $editPage) | |
| Use this hook to modify the edit form when editing existing pages. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "EditFormInitialText" to register handlers implementing this interface.
Definition at line 14 of file EditFormInitialTextHook.php.
| MediaWiki\Hook\EditFormInitialTextHook::onEditFormInitialText | ( | $editPage | ) |
Use this hook to modify the edit form when editing existing pages.
| EditPage | $editPage |
Implemented in MediaWiki\HookContainer\HookRunner.