MediaWiki master
UploadForm_initialHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
7// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
27 public function onUploadForm_initial( $upload );
28}
Form for handling uploads and special page.
This is a hook handler interface, see docs/Hooks.md.
onUploadForm_initial( $upload)
This hook is called before the upload form is generated.