MediaWiki master
UploadForm_initialHook.php
Go to the documentation of this file.
1<?php
2
4
6
7// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
27 public function onUploadForm_initial( $upload );
28}
29
31class_alias( UploadForm_initialHook::class, 'MediaWiki\\Hook\\UploadForm_initialHook' );
Form for uploading media files.
This is a hook handler interface, see docs/Hooks.md.
onUploadForm_initial( $upload)
This hook is called before the upload form is generated.