MediaWiki  master
EditFormInitialTextHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
6 
23  public function onEditFormInitialText( $editPage );
24 }
The HTML user interface for page editing.
Definition: EditPage.php:146
This is a hook handler interface, see docs/Hooks.md.
onEditFormInitialText( $editPage)
Use this hook to modify the edit form when editing existing pages.