MediaWiki
master
EditFormInitialTextHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
EditPage
;
6
14
interface
EditFormInitialTextHook
{
23
public
function
onEditFormInitialText
( $editPage );
24
}
EditPage
The edit page/HTML interface (split from Article) The actual database and text munging is still in Ar...
Definition:
EditPage.php:106
MediaWiki\Hook\EditFormInitialTextHook
This is a hook handler interface, see docs/Hooks.md.
Definition:
EditFormInitialTextHook.php:14
MediaWiki\Hook\EditFormInitialTextHook\onEditFormInitialText
onEditFormInitialText( $editPage)
Use this hook to modify the edit form when editing existing pages.
MediaWiki\Hook
Definition:
ActionBeforeFormDisplayHook.php:3
includes
Hook
EditFormInitialTextHook.php
Generated on Sat Feb 4 2023 09:08:15 for MediaWiki by
1.9.1