MediaWiki master
UploadForm_getInitialPageTextHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
7// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
28 public function onUploadForm_getInitialPageText( &$pageText, $msg, $config );
29}
Interface for configuration instances.
Definition Config.php:32
This is a hook handler interface, see docs/Hooks.md.
onUploadForm_getInitialPageText(&$pageText, $msg, $config)
This hook is called after the initial page text for file uploads is generated.