MediaWiki REL1_35
EditFormPreloadTextHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Title;
6
21 public function onEditFormPreloadText( &$text, $title );
22}
Represents a title within MediaWiki.
Definition Title.php:42
onEditFormPreloadText(&$text, $title)
Use this hook to populate the edit form when creating pages.