MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onEditFormPreloadText (&$text, $title) | |
Use this hook to populate the edit form when creating pages. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "EditFormPreloadText" to register handlers implementing this interface.
Definition at line 14 of file EditFormPreloadTextHook.php.
MediaWiki\Hook\EditFormPreloadTextHook::onEditFormPreloadText | ( | & | $text, |
$title ) |
Use this hook to populate the edit form when creating pages.
Implemented in MediaWiki\Api\ApiHookRunner, and MediaWiki\HookContainer\HookRunner.