MediaWiki master
UploadForm_BeforeProcessingHook.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_BeforeProcessing( $upload );
29}
Form for handling uploads and special page.
This is a hook handler interface, see docs/Hooks.md.
onUploadForm_BeforeProcessing( $upload)
This hook is called at the beginning of processUpload().