MediaWiki REL1_35
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
24 public function onUploadForm_initial( $upload );
25}
Form for handling uploads and special page.
onUploadForm_initial( $upload)
This hook is called before the upload form is generated.